mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
internal_prep_private_message: Remove redundant realm arg.
This is redundant and is taken based on recipient_user anyway.
This commit is contained in:
committed by
Tim Abbott
parent
143a3350fa
commit
01d659b672
@@ -694,7 +694,6 @@ def send_messages_for_new_subscribers(
|
||||
|
||||
notifications.append(
|
||||
internal_prep_private_message(
|
||||
realm=realm,
|
||||
sender=sender,
|
||||
recipient_user=recipient_user,
|
||||
content=msg,
|
||||
|
||||
Reference in New Issue
Block a user