mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 10:58:19 +01:00
Show 'Off' text when disappearing messages are turned off
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
phoneNumber="(202) 555-1000"
|
||||
profileName="Mr. Fire"
|
||||
disabled={true}
|
||||
timespan="1 hour"
|
||||
timespan="Off"
|
||||
i18n={util.i18n}
|
||||
/>
|
||||
</util.ConversationContext>
|
||||
@@ -34,7 +34,7 @@
|
||||
type="fromMe"
|
||||
phoneNumber="(202) 555-1000"
|
||||
disabled={true}
|
||||
timespan="1 hour"
|
||||
timespan="Off"
|
||||
i18n={util.i18n}
|
||||
/>
|
||||
</util.ConversationContext>
|
||||
@@ -54,7 +54,7 @@
|
||||
type="fromSync"
|
||||
phoneNumber="(202) 555-1000"
|
||||
disabled={true}
|
||||
timespan="1 hour"
|
||||
timespan="Off"
|
||||
i18n={util.i18n}
|
||||
/>
|
||||
</util.ConversationContext>
|
||||
|
||||
Reference in New Issue
Block a user