social media crossposting tool. 3rd time's the charm
mastodon misskey crossposting bluesky

fix: remove accept/delete quotes.

quotes are regular posts with a quote object attached and should be handled as such.

zenfyr.dev 1d3d8b27 c004136e

verified
Changed files
-6
-6
cross.py
···
def delete_repost(self, repost_id: str):
LOGGER.warning('Not Implemented.. "removed reblog" %s', repost_id)
-
-
def accept_quote(self, quote: Post, quoted_id: str):
-
LOGGER.warning('Not Implemented.. "quoted" %s, %s', quote.get_id(), quoted_id)
-
-
def delete_quote(self, quote_id: str):
-
LOGGER.warning('Not Implemented.. "removed quote" %s', quote_id)
def test_filters(tokens: list[Token], filters: list[re.Pattern[str]]):
if not tokens or not filters:
···
def delete_repost(self, repost_id: str):
LOGGER.warning('Not Implemented.. "removed reblog" %s', repost_id)
def test_filters(tokens: list[Token], filters: list[re.Pattern[str]]):
if not tokens or not filters: