Handle offline state when pinning messages.

This commit is contained in:
Michelle Tang
2025-12-03 13:59:23 -05:00
committed by jeffrey-signal
parent 0f5b790461
commit 7297f7a894
8 changed files with 279 additions and 26 deletions

View File

@@ -54,7 +54,9 @@ object SignalServiceProtoUtil {
hasRemoteDelete ||
pollCreate != null ||
pollVote != null ||
pollTerminate != null
pollTerminate != null ||
pinMessage != null ||
unpinMessage != null
}
val DataMessage.hasDisallowedAnnouncementOnlyContent: Boolean