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
Matrix has this thing called Spaces which one needs to join in order to access some channels. Yet it appears this tool does not seem to know about them:
Searching for spaces in the project's issues results in: No results matched your search.
For me specifically, I'm unable to join any of the Redox Chat rooms, to which I have been invited. When attempting to join a room, matrix-commander --room-join '#redox-general:matrix.org' fails with:
✀ERROR: matrix-commander: E129: join failed with JoinError: M_UNKNOWN Answer from matrix.org: [403 / M_FORBIDDEN] You do not belong to any of the required rooms/spaces to join this room.
✀INFO: matrix-commander: 1 error and 0 warnings occurred.
Admittedly there might be some other factor being the actual culprit.
If my understanding is correct, nio is what actually talks the protocol for matrix-commander and it is documented to mention space among it's features. Whatever that actually means.
I realize this is a very high level issue, from a mostly confused user, and am unsure of exactly where it could lead or how to make it actionable. It's an invitation for initiated or educating conversation about the entire topic, and it should at least become search result for other users encountering similar problems.
What spaces-related features would be desired and reasonable to add new commands for? Which existing commands should ideally take new optional arguments in order to gain full spaces support?
The text was updated successfully, but these errors were encountered:
Matrix has this thing called Spaces which one needs to join in order to access some channels. Yet it appears this tool does not seem to know about them:
Searching for spaces in the project's issues results in: No results matched your search.
For me specifically, I'm unable to join any of the Redox Chat rooms, to which I have been invited. When attempting to join a room,
matrix-commander --room-join '#redox-general:matrix.org'
fails with:Admittedly there might be some other factor being the actual culprit.
If my understanding is correct, nio is what actually talks the protocol for matrix-commander and it is documented to mention space among it's features. Whatever that actually means.
I realize this is a very high level issue, from a mostly confused user, and am unsure of exactly where it could lead or how to make it actionable. It's an invitation for initiated or educating conversation about the entire topic, and it should at least become search result for other users encountering similar problems.
What spaces-related features would be desired and reasonable to add new commands for? Which existing commands should ideally take new optional arguments in order to gain full spaces support?
The text was updated successfully, but these errors were encountered: