notifications for edited posts

closes sk22#331
This commit is contained in:
sk
2023-01-21 22:06:00 +01:00
parent be4b032527
commit 900e8fb2e9
9 changed files with 26 additions and 9 deletions

View File

@@ -152,6 +152,7 @@ public class PushNotificationReceiver extends BroadcastReceiver{
case MENTION -> R.drawable.ic_fluent_mention_24_filled;
case POLL -> R.drawable.ic_fluent_poll_24_filled;
case STATUS -> R.drawable.ic_fluent_chat_24_filled;
case UPDATE -> R.drawable.ic_fluent_history_24_filled;
});
}