Browse Source

fix bot sender id

push-params
Evan Feenstra 4 years ago
parent
commit
abbdcdffa4
  1. 2
      api/controllers/actions.ts

2
api/controllers/actions.ts

@ -100,7 +100,7 @@ export async function finalAction(a:Action){
chatId: theChat.id,
uuid: short.generate(),
type: constants.message_types.bot_res,
sender: owner.id,
sender: -1,
amount: amount || 0,
date: date,
messageContent: encryptedForMeText,

Loading…
Cancel
Save