mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-22 11:24:05 -04:00
Fix style checking due to updated black.
This commit is contained in:
parent
d9f1dccba9
commit
c4a55ac4a4
2 changed files with 5 additions and 3 deletions
|
@ -310,8 +310,7 @@ class ProfileHandler(BaseHandler):
|
|||
await self._update_join_states(requester, target_user)
|
||||
|
||||
async def on_profile_query(self, args: JsonDict) -> JsonDict:
|
||||
"""Handles federation profile query requests.
|
||||
"""
|
||||
"""Handles federation profile query requests."""
|
||||
|
||||
if not self.hs.config.allow_profile_lookup_over_federation:
|
||||
raise SynapseError(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue