|
@ -18,7 +18,7 @@ export async function sendMessage(params) { |
|
|
const { type, chat, message, sender, amount, success, failure, skipPubKey } = params |
|
|
const { type, chat, message, sender, amount, success, failure, skipPubKey } = params |
|
|
let msg = newmsg(type, chat, sender, message) |
|
|
let msg = newmsg(type, chat, sender, message) |
|
|
|
|
|
|
|
|
console.log("=> MSG TO SEND",msg) |
|
|
// console.log("=> MSG TO SEND",msg)
|
|
|
|
|
|
|
|
|
// console.log(type,message)
|
|
|
// console.log(type,message)
|
|
|
if(!(sender&&sender.publicKey)) { |
|
|
if(!(sender&&sender.publicKey)) { |
|
|