diff options
author | Erik Johnston <erik@matrix.org> | 2019-01-29 11:18:35 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-01-29 11:18:38 +0000 |
commit | 5180f12bae880f76a483bc945951635c77596499 (patch) | |
tree | 369ab93242544a312aaf63f6573cd5ff35f5d475 /synapse | |
parent | Newsfile (diff) | |
download | synapse-5180f12bae880f76a483bc945951635c77596499.tar.xz |
Replace usage of builder.user_id with builder.sender
`.user_id` is proxed to `.sender` in FrozenEvent, so this has no functional change
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/api/auth.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/api/auth.py b/synapse/api/auth.py |