mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
middleware: Log user.id/realm.string_id instead of _email.
This commit is contained in:
committed by
Tim Abbott
parent
700123a30b
commit
0255ca9b6a
@@ -280,7 +280,7 @@ class HostRequestMock:
|
||||
self.method = ''
|
||||
self.body = ''
|
||||
self.content_type = ''
|
||||
self._email = ''
|
||||
self._requestor_for_logs = ''
|
||||
|
||||
def get_host(self) -> str:
|
||||
return self.host
|
||||
|
||||
Reference in New Issue
Block a user