mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-18 15:24:20 -05:00
Spelling
This commit is contained in:
parent
ed61a49169
commit
13cbd31040
@ -212,7 +212,7 @@ class MessageHandler(BaseHandler):
|
|||||||
content["avatar_url"] = yield profile.get_avatar_url(target)
|
content["avatar_url"] = yield profile.get_avatar_url(target)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.info(
|
logger.info(
|
||||||
"Failed to get profile infomration for %r: %s",
|
"Failed to get profile information for %r: %s",
|
||||||
target, e
|
target, e
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user