Support Functional members #4609
Labels
feature
T-Enhancement
New features, changes in functionality, performance boosts, user-facing improvements
Milestone
Is your feature request related to a problem? Please describe.
At Element we want to add bots to nameless DM rooms. These bots should not affect the dynamic room name.
A DM room with Alice, Reminder Bot and me should be called "Alice" and not "Alice and Reminder bot", given the state described below is present.
Describe the solution you'd like.
When calculating a room name:
io.element.functional_members
. (no state key)service_members
.Describe alternatives you've considered.
MSC2199: Canonical DMs defines
unimportant
users, which are likely going to accomplish the same.However, we have an upcoming EMS product which needs this feature faster and it's still uncertain where MSC2199 is going.
Additional context
Implementation for Element Web:
matrix-org/matrix-js-sdk#1771
Issue for Element Android:
element-hq/element-android#3736
The text was updated successfully, but these errors were encountered: