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
After discovering (on matrix-puppet-mattermost) that usernames are lowercase, I had to also realize that this might as well apply for room names - including the status room.
Although I am basically being spammed the whole time about it, the room is never created, due to a possible mismatch of the room not existing and Synapse either refusing to create it, or creating it but in lowercase, so that the puppeting bridge can't actually join it. In fact...
This happens...a lot. :)
Fix: Lowercase usernames and room names.
The text was updated successfully, but these errors were encountered:
By tracking down the term to the Matrix API docs and all the way to the module Synapse uses - this one: https://github.com/ecordell/pymacaroons - I figured I might need to change something. So, I swapped my usual values around a little and used my outbound hostname instead of my inbound hostname (localhost:8008 vs matrix.ingwie.io) and also realized I had my URL parameter wrong. After fixing both, the Mattermost bridge is now flooding me with stuff! Eep!
Though, you might find this useful in terms of error prevention and the like. o.o
After discovering (on matrix-puppet-mattermost) that usernames are lowercase, I had to also realize that this might as well apply for room names - including the status room.
Although I am basically being spammed the whole time about it, the room is never created, due to a possible mismatch of the room not existing and Synapse either refusing to create it, or creating it but in lowercase, so that the puppeting bridge can't actually join it. In fact...
This happens...a lot. :)
Fix: Lowercase usernames and room names.
The text was updated successfully, but these errors were encountered: