Do not allow users to attempt to send story replies to an inactive group.

This commit is contained in:
Alex Hart
2022-10-06 14:53:45 -03:00
committed by Greyson Parrelli
parent 8a452ddf11
commit 891c99a148
3 changed files with 48 additions and 12 deletions

View File

@@ -4829,6 +4829,8 @@
<string name="StoryViewItem__remove_viewer">Remove viewer</string>
<!-- Displayed when a story has no replies yet -->
<string name="StoryGroupReplyFragment__no_replies_yet">No replies yet</string>
<!-- Displayed when no longer a group member -->
<string name="StoryGroupReplyFragment__you_cant_reply">You can\'t reply to this story because you\'re no longer a member of this group.</string>
<!-- Displayed for each user that reacted to a story when viewing replies -->
<string name="StoryGroupReactionReplyItem__reacted_to_the_story">Reacted to the story</string>
<!-- Label for story views tab -->