Don't allow filtering by user in summary mode and vice versa. It's just confusing.

This commit is contained in:
Robin Ward
2013-12-06 13:53:19 -05:00
parent b646495798
commit 8cc6cd933a
2 changed files with 3 additions and 1 deletions

View File

@ -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");
});