Turn on collapsing chat events for internal users.

This commit is contained in:
Michelle Tang
2026-03-23 12:05:35 -04:00
committed by Cody Henthorne
parent 94e3dabc20
commit c3b8768570
32 changed files with 977 additions and 42 deletions

View File

@@ -3690,6 +3690,12 @@
<string name="ConversationUpdateItem_options">Options</string>
<!-- Update item button text shown for a profile name change. -->
<string name="ConversationUpdateItem_update">Update</string>
<!-- Update item button text to show how many group updates there are. -->
<string name="CollapsedEvent__group_update">%1$d group updates</string>
<!-- Update item button text to show how many disappearing message timer changes are. -->
<string name="CollapsedEvent__disappearing_timer">%1$d disappearing message timer changes</string>
<!-- Update item button text to show how many call events are. -->
<string name="CollapsedEvent__call_event">%1$d call events</string>
<!-- audio_view -->
<string name="audio_view__play_pause_accessibility_description">Play … Pause</string>