Skip to content
Snippets Groups Projects
Commit 194541f1 authored by Diego Sampaio's avatar Diego Sampaio Committed by GitHub
Browse files

Use favicon 192 for push notifications

parent ab3e33c7
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ class PushNotification {
} else {
title = `${username}`;
}
let icon = RocketChat.settings.get('Assets_favicon_512').url || RocketChat.settings.get('Assets_favicon_512').defaultUrl;
let icon = RocketChat.settings.get('Assets_favicon_192').url || RocketChat.settings.get('Assets_favicon_192').defaultUrl;
const config = {
from: 'push',
badge: 1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment