add desktoasts windows notifications #336

Merged
sarah merged 2 commits from winNotify into trunk 2022-01-25 22:56:21 +00:00
Owner
No description provided.
Member
Drone Build Status: success https://build.openprivacy.ca/cwtch.im/cwtch-ui/509
sarah reviewed 2022-01-25 00:21:30 +00:00
@ -38,0 +62,4 @@
return LinuxNotificationsManager(client);
} catch (e) {
print(
"Attempted to access DBUS for notifications but failed. Switching off notifications.");
Owner

envdebug not print

envdebug not print
dan marked this conversation as resolved
@ -38,0 +68,4 @@
try {
return WindowsNotificationManager();
} catch (e) {
print("Failed to create Windows desktoasts notification manager");
Owner

envdebug

envdebug
dan marked this conversation as resolved
dan force-pushed winNotify from da2a95ddb2 to c838176e3b 2022-01-25 04:03:20 +00:00 Compare
Member
Drone Build Status: success https://build.openprivacy.ca/cwtch.im/cwtch-ui/510
sarah added 1 commit 2022-01-25 22:56:04 +00:00
continuous-integration/drone/pr Build is pending Details
05f3cacdbd
Merge branch 'trunk' into winNotify
sarah approved these changes 2022-01-25 22:56:18 +00:00
sarah merged commit c672574bb2 into trunk 2022-01-25 22:56:21 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cwtch.im/cwtch-ui#336
No description provided.