You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the new Rust SDK API RoomMessageEventContentWithoutRelation::with_mentions implemented here to include intentional mentions when sending or editing a message.
This requires the client to actually parse from the RTE and then add them before sending.
This requires the following RTE API to be implemented: matrix-org/matrix-rich-text-editor#848
The text was updated successfully, but these errors were encountered:
Use the new Rust SDK API
RoomMessageEventContentWithoutRelation::with_mentions
implemented here to include intentional mentions when sending or editing a message.This requires the client to actually parse from the RTE and then add them before sending.
This requires the following RTE API to be implemented: matrix-org/matrix-rich-text-editor#848
The text was updated successfully, but these errors were encountered: