mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-14 07:10:19 +00:00
core: filter all messages with links in text when link content filter is used (#6591)
* core: change msg_content_tag stored as blob to text * track if items have links and use has_link when searching for links (MCLink_ MsgContentTag is passed) * fix test (broken in master) * merge migrations, update api and schema * minor fixes * tests * update plans * update migrations
This commit is contained in:
@@ -766,6 +766,7 @@ Group:
|
||||
- itemTimed: [CITimed](#citimed)?
|
||||
- itemLive: bool?
|
||||
- userMention: bool
|
||||
- hasLink: bool
|
||||
- deletable: bool
|
||||
- editable: bool
|
||||
- forwardedByMember: int64?
|
||||
|
||||
Reference in New Issue
Block a user