Fix: Usar URL interna para debug webhook receiver (bypass authentik)
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m4s
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m4s
This commit is contained in:
@@ -40,6 +40,12 @@ export default defineEventHandler(async (event) => {
|
||||
},
|
||||
'message.status': (data: any) => {
|
||||
res.write(`event: message.status\ndata: ${JSON.stringify(data)}\n\n`)
|
||||
},
|
||||
'message.reaction': (data: any) => {
|
||||
res.write(`event: message.reaction\ndata: ${JSON.stringify(data)}\n\n`)
|
||||
},
|
||||
'presence.update': (data: any) => {
|
||||
res.write(`event: presence.update\ndata: ${JSON.stringify(data)}\n\n`)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user