Add (un)follow/delete to note quick actions

This commit is contained in:
maxmoney21m
2023-03-09 01:24:43 +08:00
parent 32cd5f7eef
commit 07e4c82c1b
3 changed files with 40 additions and 1 deletions

View File

@@ -202,4 +202,7 @@
<string name="quick_action_copy_user_id">Mention</string>
<string name="quick_action_copy_note_id">Quote</string>
<string name="quick_action_copy_text">Copy</string>
<string name="quick_action_delete">Delete</string>
<string name="quick_action_unfollow">Unfollow</string>
<string name="quick_action_follow">Follow</string>
</resources>