mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-20 17:57:29 +00:00
Prevent editing on stickers.
This commit is contained in:
@@ -66,7 +66,8 @@ object MessageConstraintsUtil {
|
||||
targetMessage.revisionNumber < MAX_EDIT_COUNT &&
|
||||
!targetMessage.isViewOnceMessage() &&
|
||||
!targetMessage.hasAudio() &&
|
||||
!targetMessage.hasSharedContact()
|
||||
!targetMessage.hasSharedContact() &&
|
||||
!targetMessage.hasSticker()
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user