mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2025-01-18 11:32:56 +09:00
oops
This commit is contained in:
parent
9b3ee7cae6
commit
87f574f6cf
@ -31,7 +31,7 @@ module.exports = (server: http.Server) => {
|
||||
payload = payload.body;
|
||||
}
|
||||
if (type.startsWith('api:')) {
|
||||
type = payload.type.replace('api:', 'api-res:');
|
||||
type = type.replace('api:', 'api-res:');
|
||||
}
|
||||
connection.send(JSON.stringify({
|
||||
type: type,
|
||||
|
Loading…
Reference in New Issue
Block a user