mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-18 13:40:55 -04:00
widget: Fix copy-paste comment error
This commit is contained in:
committed by
Jonas Platte
parent
c0985942dd
commit
e58ee3bcf1
@@ -234,7 +234,7 @@ mod tests {
|
||||
assert!(!self_member_event_filter().matches(&message_event(TimelineEventType::Reaction)));
|
||||
}
|
||||
|
||||
// Tests against an `m.room.member` filter with `state_key = @self:example.me`
|
||||
// Tests against an `m.room.member` filter with any `state_key`.
|
||||
fn member_event_filter() -> EventFilter {
|
||||
EventFilter::State(StateEventFilter::WithType(StateEventType::RoomMember))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user