mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-25 02:05:40 +00:00
core: only create feature items in used contacts (#1421)
* core: only create feature items in used contacts * fix, test
This commit is contained in:
committed by
GitHub
parent
87d306383c
commit
60fedbf5d2
+2
-2
@@ -3678,8 +3678,8 @@ testGroupLink =
|
||||
alice @@@ [("#team", "connected")]
|
||||
bob @@@ [("#team", "connected")]
|
||||
-- calling /_get chat api marks it as used and adds it to chat previews
|
||||
alice #$> ("/_get chat @2 count=100", chat, chatFeatures)
|
||||
alice @@@ [("@bob", "Voice messages: enabled"), ("#team", "connected")]
|
||||
alice #$> ("/_get chat @2 count=100", chat, [])
|
||||
alice @@@ [("@bob", ""), ("#team", "connected")]
|
||||
alice <##> bob
|
||||
alice @@@ [("@bob", "hey"), ("#team", "connected")]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user