Add support for blocked chat events.

This commit is contained in:
Michelle Tang
2025-03-12 12:18:04 -04:00
committed by Greyson Parrelli
parent 8101fcbd8d
commit f61109391a
11 changed files with 177 additions and 28 deletions

View File

@@ -2082,6 +2082,14 @@
<string name="MessageRecord_reported_as_spam">Reported as spam</string>
<!-- Update message shown in chat after accept a message request -->
<string name="MessageRecord_you_accepted_the_message_request">You accepted the message request</string>
<!-- Update message shown in chat after you block a person -->
<string name="MessageRecord_you_blocked_this_person">You blocked this person</string>
<!-- Update message shown in chat after you unblock a person -->
<string name="MessageRecord_you_unblocked_this_person">You unblocked this person</string>
<!-- Update message shown in chat after you block a group -->
<string name="MessageRecord_you_blocked_this_group">You blocked this group</string>
<!-- Update message shown in chat after you unblock a group -->
<string name="MessageRecord_you_unblocked_this_group">You unblocked this group</string>
<!-- MessageRequestBottomView -->
<string name="MessageRequestBottomView_accept">Accept</string>
@@ -2849,6 +2857,8 @@
<string name="ThreadRecord_message_history_has_been_merged">Your message history has been merged</string>
<!-- Displayed in the conversation list when identities have been merged. The first placeholder is a phone number, and the second is a person\'s name -->
<string name="ThreadRecord_s_belongs_to_s">%1$s belongs to %2$s</string>
<!-- Displayed in the conversation list when a person has been blocked -->
<string name="ThreadRecord_blocked">Blocked</string>
<!-- ApkUpdateNotifications -->
<string name="ApkUpdateNotifications_prompt_install_title">Signal update</string>