Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can a room be changed to a direct messaging room in the UI? #17899

Closed
ownaginatious opened this issue Jul 6, 2021 · 2 comments
Closed

Can a room be changed to a direct messaging room in the UI? #17899

ownaginatious opened this issue Jul 6, 2021 · 2 comments

Comments

@ownaginatious
Copy link

Description

I recently setup my own Matrix Synapse home server and added some bridge bots for connecting to iMessage and Facebook Messenger. That worked as expected, but when backfilling the data my home server started spitting out 429s (some bots erroneously do not honor 429s and slow down), which I'm guessing caused some requests telling the rooms to get changed into direct messaging rooms to be lost. The API documentation on how this happens is frustratingly vague.

The result is, some of my chats correctly appeared as direct messaging (i.e. under the "People" section), while others are incorrectly under "Rooms".

I was able to fix it by going to the settings of a random room > Advanced > Open Devtools > Send Account Data and sent an event to m.direct containing a list of rooms that should be direct messaging for my user. All my clients updated appropriately (i.e. the web browser, Android phone. etc).

So my question is, is there an easier way to do this? Like a toggle I can just set on the room? It's rather tedious to use the event route as it requires sending every room ID that should be direct messaging.

Not including extra information for now as I don't think it's relevant.

@t3chguy
Copy link
Member

t3chguy commented Jul 6, 2021

There are /converttoroom and /converttodm commands only.

See #16681 (comment)

@t3chguy t3chguy closed this as completed Jul 6, 2021
@ownaginatious
Copy link
Author

Ah, perfect. Thanks for the incredibly fast response!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants