Fix remaining follow request notif problems
The problems were:
- mouseover text was wrong for reject
- approving follow request didn't mark that notification as seen
- approving/denying follow requests from the separate follow request page didn't change notifications accordingly
all been fixed, closes #823 (closed) again
To support marking single notifications as seen, the pleroma notification-read endpoint has been adopted, and the qvitter one finally retired.
Merge request reports
Activity
mentioned in issue #823 (closed)
added 1 commit
- 75519223 - mark single notifs as seen properly on server
@shpuld, LGTM except for one floating issue (is not always reproducible):
Clicking on "x" in notification no longer removes the notification (until the page is reloaded).
Edited by Ivan Tashkinov
Screen_Recording_2020-05-02_at_11.23.46
Not sure of the steps either. Somehow it started working for a few times, then stoppped working again. Will check BE responses.
added 1 commit
- 92ccaa97 - don't dismiss a rejected follow request on server
Alright, I think it should be fixed now. thanks for the debugging help @i1t !
mentioned in commit 5f90b6a3
mentioned in merge request pleroma!2461 (closed)
mentioned in merge request pleroma!2462 (merged)