mirror of
https://github.com/icewind1991/mx-puppet-steam.git
synced 2026-06-03 17:44:09 +02:00
notify user of image upload error
This commit is contained in:
parent
8a5610ce6b
commit
af59201c70
1 changed files with 1 additions and 0 deletions
|
|
@ -392,6 +392,7 @@ export class Steam {
|
|||
p.ourSendImages.push(sendUrl);
|
||||
} catch (e) {
|
||||
log.error(`Error while sending image ${e}`);
|
||||
await this.bridge.sendStatusMessage(room.puppetId, `Error while sending image ${e}`);
|
||||
}
|
||||
} else {
|
||||
await this.bridge.sendStatusMessage(room.puppetId, `Sending images to groups is currently not supported`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue