mastodon: feat: implement support for sending quoted posts

This commit is contained in:
2026-01-21 10:57:00 -06:00
parent 320c7a361c
commit e5822ac8ee
6 changed files with 112 additions and 22 deletions
+1
View File
@@ -35,6 +35,7 @@ class Handler(object):
compose=_("&Post"),
reply=_("Re&ply"),
share=_("&Boost"),
quote=_("&Quote"),
fav=_("&Add to favorites"),
unfav=_("Remove from favorites"),
view=_("&Show post"),