mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 11:11:13 +08:00
Don't allow filtering by user in summary mode and vice versa. It's just confusing.
This commit is contained in:
@ -148,7 +148,6 @@ test("streamFilters", function() {
|
||||
|
||||
postStream.toggleParticipant(participant.username);
|
||||
deepEqual(postStream.get('streamFilters'), {
|
||||
filter: "summary",
|
||||
username_filters: ['eviltrout']
|
||||
}, "streamFilters contains the username we filtered");
|
||||
});
|
||||
|
Reference in New Issue
Block a user