Allow updating user_ids/usernames of a running filters.user#1757
Allow updating user_ids/usernames of a running filters.user#1757Bibo-Joshi merged 18 commits intomasterfrom
Conversation
|
Maybe a comment on the change to sets is in order: I did this because we need only user id/name only once and that way removing a user from the filter is easier. |
|
Two more things:
|
good idea. go for it.
so what i'm saying, sets are good and for large numbers will provide better performance. in small numbers it wouldn't matter if it's a list or set. |
on a second thought, having a general solution might be over engineering. |
Co-authored-by: Noam Meltzer <tsnoam@gmail.com>
Okay. But then I'll wait until we're happy with |
pylint complained on some extra stuff, so cleaned them as well
|
LGTM |
|
Fails unrelated. Merging. |
filters.user.{user_ids, usernames}editable by:user_idsandusernamespropertiesIf I got that right, this closes #1562