Skip to content
Commit 543a4890 authored by cjh1249131356's avatar cjh1249131356 Committed by Pranav Vashi
Browse files

GameSpace: Properly filter duplicated notification



* Some apps like Telegram will repost unread messages along with new messages sent by someone others.

  Previously, we were just comparing text between notifications. It's not that accurate since people
  would spam same message text at different time which will be treated as a duplicated message.

  Take advantage of Notification.when, which records the time when notification gets posted,
  and won't change on a repost.

Signed-off-by: default avatarcjh1249131356 <cjh1249131356@gmail.com>
Signed-off-by: default avatarPranav Vashi <neobuddy89@gmail.com>
parent 700b54cc
Loading
Loading
Loading
Loading
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