1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-04-09 04:59:34 -05:00
This commit is contained in:
syuilo 2018-02-23 04:49:21 +09:00
parent c43019e456
commit f1e241255e

View file

@ -65,7 +65,7 @@ init(async (launch) => {
}
if ((Notification as any).permission == 'granted') {
registerNotifications(app.$data.os.stream);
registerNotifications(os.stream);
}
}