Conversation
|
somehow, |
|
Probably missing the event handler in the matrix connector |
|
I implemented that, but it doesn't even get there. Seems There should be some kind of debug output mentioning the event type, even if there is no handler, right? This is all I get: |
|
Portal is in the central bridge module, it only gets events that the matrix connector registers handlers for |
|
then why is |
|
oh... |
|
|
||
| type MatrixJoinRule MatrixRoomMeta[*event.JoinRulesEventContent] | ||
|
|
||
| type JoinRulesHandlingNetworkAPI interface { |
There was a problem hiding this comment.
| type JoinRulesHandlingNetworkAPI interface { | |
| type JoinRuleHandlingNetworkAPI interface { |
|
|
||
| func (portal *Portal) handleMatrixJoinRules( | ||
| ctx context.Context, | ||
| sender *UserLogin, |
There was a problem hiding this comment.
I wonder if this whole function should just be replaced with another case in handleMatrixRoomMeta 🤔
No description provided.