no-notify-on-entity-create
All checks were successful
Deploy to core / deploy (push) Successful in 1m42s
All checks were successful
Deploy to core / deploy (push) Successful in 1m42s
This commit is contained in:
@@ -12,7 +12,7 @@ async def notify_reaction(reaction, action: str = 'create'):
|
||||
print(f'[services.notify] Failed to publish to channel {channel_name}: {e}')
|
||||
|
||||
|
||||
async def notify_shout(shout, action: str = 'create'):
|
||||
async def notify_shout(shout, action: str = 'update'):
|
||||
channel_name = 'shout'
|
||||
data = {'payload': shout, 'action': action}
|
||||
try:
|
||||
|
Reference in New Issue
Block a user