Skip to content

Commit

Permalink
fix: 🐛 Improve notification icon
Browse files Browse the repository at this point in the history
  • Loading branch information
SupertigerDev committed Nov 5, 2023
1 parent 5246b6a commit a110f65
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/utils/pushNotifications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ export async function showServerPushNotification(data: ServerNotificationData) {
serverId: data.serverId,
},
android: {
smallIcon: 'ic_stat_notify',
pressAction: {
id: 'default',
},
Expand Down Expand Up @@ -176,6 +177,7 @@ export async function showDMNotificationData(data: DMNotificationData) {
channelId: data.channelId,
},
android: {
smallIcon: 'ic_stat_notify',
pressAction: {
id: 'default',
},
Expand Down

0 comments on commit a110f65

Please sign in to comment.