Page MenuHomePhabricator

echo.Notification.mark_as_read always fails with AttributeError
Closed, ResolvedPublicBUG REPORT

Description

Notification.id was renamed to Notification.event_id but the mark_as_read method wasn’t updated.

Event Timeline

Xqt triaged this task as Medium priority.Jul 6 2025, 2:20 PM
Xqt changed the subtype of this task from "Task" to "Bug Report".

Change #1166510 had a related patch set uploaded (by Xqt; author: Xqt):

[pywikibot/core@master] [bugfix] use self.event_id instead of self.id for mark_as_read

https://gerrit.wikimedia.org/r/1166510

Change #1166510 merged by jenkins-bot:

[pywikibot/core@master] [bugfix] use self.event_id instead of self.id for mark_as_read

https://gerrit.wikimedia.org/r/1166510