mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-08-09 22:46:06 -04:00
Rework sessions to be handled with unique names
This commit is contained in:
@@ -169,4 +169,4 @@ class Session(base.baseSession):
|
||||
instance = self.settings["mastodon"]["instance"]
|
||||
instance = instance.replace("https://", "")
|
||||
user = self.db["user_name"]
|
||||
return "{}@{} (mastodon)".format(user, instance)
|
||||
return "Mastodon: {}@{}".format(user, instance)
|
Reference in New Issue
Block a user