Skip to content

Commit cf3611b

Browse files
authored
fix: Backfill members from membership records (#42)
1 parent bd6c618 commit cf3611b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib/map_tap_event.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1123,6 +1123,7 @@ async fn map_tap_event_with(
11231123
}
11241124
}
11251125
"social.colibri.approval" => Ok(vec![]),
1126+
"social.colibri.actor.mute" => Ok(vec![]),
11261127
// Read cursors are handled directly in `tap.rs`, which emits the
11271128
// cross-device read-state sync event. No server event maps here.
11281129
"social.colibri.channel.read" => Ok(vec![]),

0 commit comments

Comments
 (0)