Sfoglia il codice sorgente

enhancement[#1725] Pass message type and subType to the onBeforeSendMessage event

tags/v0.9.0^2
Vildravn 3 anni fa
parent
commit
679aa864b4
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      src/server/components/social/chat.js

+ 2
- 0
src/server/components/social/chat.js Vedi File

@@ -201,6 +201,8 @@ module.exports = (cpnSocial, msg) => {
source: obj.auth.charname,
sourceObj: obj,
msg: messageString,
type: msgData.type,
subType: msgData.subType,
ignore: false,
error: null
};


Caricamento…
Annulla
Salva