Skip to content

Force filter correctly #593

@DispatchCommit

Description

@DispatchCommit

See comment made here about improvement:
724c4ab#r44640287

Change:

this.messages = this.messages?.filter( message => !m.ids.includes( message._id) ) ;

to something like:

this.executeAction({ forceFilter: m => m.ids.includes( message._if ) });

per comment.

Metadata

Metadata

Assignees

No one assigned

    Labels

    chatIssues related to chat

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions