esotalk / esoTalk

Fat-free forum software.
GNU General Public License v2.0
1.47k stars 239 forks source link

Only later activities from the same user should overlay previous activities #455

Closed mroi closed 7 years ago

mroi commented 7 years ago

I believe the prev filtering in the SQL clause is supposed to only show the latest activity per conversation. However, it currently filters independent of matching memberId, which I think is a bug. Why should a later activity intended for another member hide activities of the current user? For me, this causes the notification view in the forum to magically miss notifications I would expect there, simply because a later activity has been registered for a different user.