Fix bug allowing creation of new and sending in existing MMS groups.

This commit is contained in:
Cody Henthorne
2023-11-16 12:25:04 -05:00
committed by Greyson Parrelli
parent df4bd1fa4a
commit 19626361ec
4 changed files with 31 additions and 6 deletions

View File

@@ -405,6 +405,8 @@
<string name="ConversationActivity_error_sending_media">Error sending media</string>
<!-- Message shown when opening an MMS group conversation with SMS disabled and there are no exported messages -->
<string name="ConversationActivity__sms_messaging_is_no_longer_supported">SMS messaging is no longer supported in Signal.</string>
<!-- Message shown when opening an SMS conversation with SMS disabled and there are no exported messages -->
<string name="ConversationActivity__sms_messaging_is_no_longer_supported_in_signal_invite_s_to_to_signal_to_keep_the_conversation_here">SMS messaging is no longer supported in Signal. Invite %1$s to Signal to keep the conversation here.</string>
<!-- Action button shown when opening an SMS conversation with SMS disabled and there are no exported messages -->
@@ -4581,6 +4583,11 @@
<string name="NewConversationActivity__s_is_not_a_signal_user">%1$s is not a Signal user</string>
<!-- Error message shown when we could not get a user from the username link -->
<string name="NewConversationActivity__">%1$s is not a Signal user</string>
<!-- Error message shown in a dialog when trying to create a new group with non-signal users (e.g., unregistered or phone number only contacts) -->
<plurals name="CreateGroupActivity_not_signal_users">
<item quantity="one">%1$s is not a Signal user</item>
<item quantity="other">%1$s are not Signal users</item>
</plurals>
<!-- ContactFilterView -->
<string name="ContactFilterView__search_name_or_number">Search name or number</string>