mirror of
https://github.com/solero/houdini.git
synced 2025-08-09 20:24:05 +00:00
Always index the igloo in-case it was removed
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user