mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-15 09:04:45 +00:00
fix: allow scrolling to ContactRequest message (#14045)
This commit is contained in:
parent
74440c81e5
commit
5ba0ad8ef4
@ -665,9 +665,8 @@ method onGetMessageById*(self: Module, requestId: UUID, messageId: string, messa
|
|||||||
self.view.setMessageSearchOngoing(false)
|
self.view.setMessageSearchOngoing(false)
|
||||||
return
|
return
|
||||||
|
|
||||||
if message.contentType == ContentType.ContactIdentityVerification or
|
if message.contentType == ContentType.ContactIdentityVerification:
|
||||||
message.contentType == ContentType.ContactRequest:
|
warn "attempted to scroll to a non-visual message", messageId, contentType = $message.contentType
|
||||||
warn "attempted to scroll to a non-displayed message", messageId, contentType = $message.contentType
|
|
||||||
self.view.setMessageSearchOngoing(false)
|
self.view.setMessageSearchOngoing(false)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user