New checks in SteemPro Notification serevice

in Steem Dev9 months ago

Hello SteemPro users, today I received a reminder from @hafizullah. I must configure some checks in the SteemPro Notification service. This task took time, but I confidently implemented two new checks.

spnotifications.png

The first check filters out notifications that come from an edited post or comment. The second check filters out self-mentions in a post or comment.

Here is the Python implementation of the new SteemPro Notification service.

if notification['is_update'] == 1:
    continue

if notification['author'] == notification['account']:
    continue

image.png

Hopefully, this will resolve the current issue of receiving self-mention notifications. If you encounter any problems, please reach out to us on Discord.



Best Regards @faisalamin

Download SteemPro Mobile

Coin Marketplace

STEEM 0.20
TRX 0.14
JST 0.030
BTC 67657.28
ETH 3498.77
USDT 1.00
SBD 2.70