mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-07 21:37:02 +09:00
DROID-2966 Chats | Fix | Fix keys for attachment subscription (#2486)
This commit is contained in:
parent
a5b3f03a95
commit
cf2681d813
1 changed files with 3 additions and 0 deletions
|
@ -687,6 +687,9 @@ class ChatContainer @Inject constructor(
|
|||
private val ATTACHMENT_KEYS = listOf(
|
||||
Relations.ID,
|
||||
Relations.SPACE_ID,
|
||||
Relations.PICTURE,
|
||||
Relations.SOURCE,
|
||||
Relations.DESCRIPTION,
|
||||
Relations.NAME,
|
||||
Relations.ICON_IMAGE,
|
||||
Relations.ICON_EMOJI,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue