No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
1 additions and
1 deletions
-
LogBot/logbot.py
|
|
@ -157,7 +157,7 @@ class Logbot(Bot): |
|
|
|
def group_invite(self, message): |
|
|
|
"""Extend xbotlib invite response logic and do required room setup.""" |
|
|
|
super().group_invite(message) |
|
|
|
self._setup_room(message["from"]) |
|
|
|
self._setup_room(str(message["from"])) |
|
|
|
|
|
|
|
def group(self, message): |
|
|
|
|
|
|
|