mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-23 01:13:48 +01:00
互換性を追加
This commit is contained in:
parent
922e81bb63
commit
9b3ee7cae6
@ -30,6 +30,9 @@ module.exports = (server: http.Server) => {
|
||||
type = payload.type;
|
||||
payload = payload.body;
|
||||
}
|
||||
if (type.startsWith('api:')) {
|
||||
type = payload.type.replace('api:', 'api-res:');
|
||||
}
|
||||
connection.send(JSON.stringify({
|
||||
type: type,
|
||||
body: payload
|
||||
|
Loading…
Reference in New Issue
Block a user