mirror of
https://github.com/solero/houdini.git
synced 2025-08-09 20:24:05 +00:00
Remove allow_once
decorator from party cookie request
This commit is contained in:
@@ -13,7 +13,6 @@ DefaultPartyCookie = {
|
||||
|
||||
|
||||
@handlers.handler(XTPacket('party', 'partycookie'))
|
||||
@handlers.allow_once
|
||||
async def handle_party_cookie(p):
|
||||
cookie = await p.server.redis.hget('partycookie', p.id)
|
||||
if cookie is None:
|
||||
|
Reference in New Issue
Block a user