mirror of
https://github.com/solero/houdini.git
synced 2024-11-12 13:48:20 +00:00
Always index the igloo in-case it was removed
This commit is contained in:
parent
66e062677f
commit
e60ea69b7e
@ -175,6 +175,8 @@ class PenguinIglooRoom(db.Model, RoomMixin):
|
|||||||
if not p.stealth_moderator:
|
if not p.stealth_moderator:
|
||||||
await self.send_xt('ap', await p.string)
|
await self.send_xt('ap', await p.string)
|
||||||
|
|
||||||
|
p.server.igloos_by_penguin_id[self.penguin_id] = self
|
||||||
|
|
||||||
async def remove_penguin(self, p):
|
async def remove_penguin(self, p):
|
||||||
await RoomMixin.remove_penguin(self, p)
|
await RoomMixin.remove_penguin(self, p)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user