Skip to content

Notifications loading fix (PleromaFE)

Ivan Tashkinov requested to merge fix-notifications-loading-in-pleroma-fe into develop

Updated PleromaFE bundle to prevent notifications loading issue due to unsupported parameter (with_move).

Currently (before fix) develop responds with HTTP 400 Unexpected field: with_move. due to strict OpenAPI validation issue mentioned in #1719 (closed).

Edited by Ivan Tashkinov

Merge request reports