我于 8 月 1 日更新到 beta8,从那时起,类型为 17(watching_first_post)的通知就不再触发了。
我网站上最新的 watching_first_post 通知的时间戳是 2023-07-31T08:00+02:00。私信通知(6)或新帖子(9)似乎没有受到影响。
您可以使用此 SQL 查询进行验证:
select n.*
from notifications n
where n.notification_type = 17
order by created_at desc
limit 10
我还收到用户报告称,在过去 3 天里,他们停止收到已关注分类的通知:

