Skip to content

Commit a07b7ce

Browse files
committed
Added TODO comment for future modal matching to bouncer networks
1 parent 0b562dc commit a07b7ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data/src/client.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ impl Client {
290290
from_modal: bool,
291291
) -> Vec<Event> {
292292
if self.registration_step == RegistrationStep::Complete {
293+
// TODO: allow from_modal when modal matching to bouncer networks is added.
293294
if !self.server.is_bouncer_network() {
294295
self.join(
295296
&config

0 commit comments

Comments
 (0)