mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 05:43:09 +02:00
互換性を追加
This commit is contained in:
parent
c4d4293c46
commit
e00b5f11cb
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue