Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Sending recursively doesn't work #17

Open
amalon opened this issue Jun 20, 2020 · 0 comments
Open

Sending recursively doesn't work #17

amalon opened this issue Jun 20, 2020 · 0 comments

Comments

@amalon
Copy link
Contributor

amalon commented Jun 20, 2020

Messages sent recursively to a channel and all subchannels don't get relayed to matrix

Here's a normal message:

  array: [ [ 1 ], [ [Array], 113 ], [], [ [Array] ], [], 'asdf' ],

Here's a recursive message:

  array: [ [ 1 ], [ [Array], 113 ], [], [], [ [Array] ], 'asf' ],

If I'm reading that right, based on mumble's src/murmur/MurmurRPC.proto, I'm guessing there are no channels specified, just trees of channels, so we'd probably want to at some point query the bridged channel, following the parent links to the root, and listen for tree changes / reparenting, and do a lookup of all bridged channels below that point in the trees specified in the message

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

No branches or pull requests

1 participant