Merge branch 'notification-unification-experiments' into 'develop'

Notification unification / WebPush i18n.

See merge request pleroma/pleroma-fe!1142
This commit is contained in:
lain 2020-06-19 13:34:04 +00:00
commit 1afa0f0044
6 changed files with 134 additions and 46 deletions

View file

@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Changed
- Greentext now has separate color slot for it
- Removed the use of with_move parameters when fetching notifications
- Push notifications now are the same as normal notfication, and are localized.
### Fixed
- Weird bug related to post being sent seemingly after pasting with keyboard (hopefully)