Use social category for stream notifications

This commit is contained in:
Isira Seneviratne 2023-08-11 06:20:57 +05:30
parent 2ef1600886
commit 9b27f60252

View File

@ -205,6 +205,7 @@ class NotificationWorker(appContext: Context, parameters: WorkerParameters) :
.setPriority(NotificationCompat.PRIORITY_DEFAULT)
.setAutoCancel(true)
.setGroup(group)
.setCategory(Notification.CATEGORY_SOCIAL)
}
companion object {