mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
[Client] Fix bug
This commit is contained in:
parent
454f91298c
commit
3491d33b61
@ -41,6 +41,8 @@ init(async (me, stream) => {
|
||||
});
|
||||
|
||||
function registerNotifications(stream) {
|
||||
if (stream == null) return;
|
||||
|
||||
stream.on('drive_file_created', file => {
|
||||
const n = new Notification('ファイルがアップロードされました', {
|
||||
body: file.name,
|
||||
|
Loading…
Reference in New Issue
Block a user