FlorianMaak / p0weruser

A powerful UserScript to add additional functionality.
https://www.pr0gramm.com
GNU General Public License v3.0
24 stars 3 forks source link

Alte API Endpoints #102

Closed RundesBalli closed 4 years ago

RundesBalli commented 4 years ago

Allgemeine Informationen

Modul: Desktop Notifications

Fehlerbeschreibung

Die API Endpoints für Nachrichten wurden verändert. Des Weiteren wurde der Sync angepasst. Sync gibt jetzt keinen inboxCount mehr zurück, sondern nur noch folgendes: {"inbox":{"comments":0,"mentions":0,"messages":0,"notifications":0,"follows":0}} (habe irrelevantes rausgenommen) Der inboxCount muss also manuell errechnet werden.

Vermutlich werden andere Module (z.B. das AnonymousTitle Modul) ebenfalls davon betroffen sein.

RundesBalli commented 4 years ago

https://github.com/FlorianMaak/p0weruser/blob/a7cfdf931f3f1bd750d61f92a7038438c90b125c/src/module/DesktopNotifications.js#L14

RundesBalli commented 4 years ago

Wurde im neuen Repo von @Scarwolf gefixt.