mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
muted users: Make file naming consistent.
This makes the names of the relevant files consistant with the database model name as well as the frontend JS files.
This commit is contained in:
committed by
Tim Abbott
parent
81d1be011d
commit
9d1c131dc6
@@ -5,8 +5,8 @@ from zerver.actions.create_user import do_reactivate_user
|
||||
from zerver.actions.realm_settings import do_set_realm_property
|
||||
from zerver.actions.user_settings import do_change_user_setting
|
||||
from zerver.actions.users import do_deactivate_user
|
||||
from zerver.lib.muted_users import add_user_mute, get_mute_object
|
||||
from zerver.lib.test_classes import ZulipTestCase
|
||||
from zerver.lib.user_mutes import add_user_mute, get_mute_object
|
||||
from zerver.models import UserMessage, UserProfile
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user