mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Handle offline state when pinning messages.
This commit is contained in:
committed by
jeffrey-signal
parent
0f5b790461
commit
7297f7a894
@@ -54,7 +54,9 @@ object SignalServiceProtoUtil {
|
||||
hasRemoteDelete ||
|
||||
pollCreate != null ||
|
||||
pollVote != null ||
|
||||
pollTerminate != null
|
||||
pollTerminate != null ||
|
||||
pinMessage != null ||
|
||||
unpinMessage != null
|
||||
}
|
||||
|
||||
val DataMessage.hasDisallowedAnnouncementOnlyContent: Boolean
|
||||
|
||||
Reference in New Issue
Block a user