mirror of
https://github.com/solero/houdini.git
synced 2024-11-08 20:28:20 +00:00
Remove allow_once
decorator from party cookie request
This commit is contained in:
parent
524aa2803e
commit
3f50f0589d
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user