models: Remove MutedTopic alias for UserTopic.

Part of #19272
This commit is contained in:
Abhijeet Prasad Bodas
2021-07-23 18:56:02 +05:30
committed by Tim Abbott
parent 798defc046
commit 683c8507e4
9 changed files with 23 additions and 26 deletions

View File

@@ -459,7 +459,7 @@ def access_stream_for_unmute_topic_by_name(
muted in the past (not here, but in the caller).
Long term, we'll probably have folks just pass us in the id of the
MutedTopic row to unmute topics.
UserTopic row to unmute topics.
"""
try:
stream = get_stream(stream_name, user_profile.realm)