mirror of
https://github.com/status-im/status-go.git
synced 2025-03-03 08:00:54 +00:00
Added emoji reaction to message persistence
This commit is contained in:
parent
073ff0b6af
commit
351cc4403d
@ -172,6 +172,9 @@ func (db sqlitePersistence) tableUserMessagesScanAllFields(row scanner, message
|
||||
}
|
||||
message.Alias = alias.String
|
||||
message.Identicon = identicon.String
|
||||
|
||||
// TODO switch
|
||||
|
||||
if message.ContentType == protobuf.ChatMessage_STICKER {
|
||||
message.Payload = &protobuf.ChatMessage_Sticker{Sticker: sticker}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user