Forgot half of it.

This commit is contained in:
flash 2024-11-30 04:20:20 +00:00
parent d103477fe1
commit 163e54def1
55 changed files with 183 additions and 187 deletions
assets/misuzu.js/messages

View file

@ -10,7 +10,7 @@
const MszMessages = () => {
const extractMsgIds = msg => {
if(typeof msg.getId === 'function')
return msg.getId();
return msg.id;
if(typeof msg.toString === 'function')
return msg.toString();
throw 'unsupported message type';