diff options
author | marcin mikołajczak <git@mkljczk.pl> | 2022-01-23 08:42:18 +0100 |
---|---|---|
committer | marcin mikołajczak <git@mkljczk.pl> | 2022-01-23 09:13:33 +0100 |
commit | 0266bc3c96c30cfee929c55babdca679ca17a479 (patch) | |
tree | ea2faa779f4dde27371cdac662d053c4ff60c1ef /CHANGELOG.md | |
parent | aaa9314f4cf53b3510946234ad7f361257943af0 (diff) | |
download | pleroma-0266bc3c96c30cfee929c55babdca679ca17a479.tar.gz pleroma-0266bc3c96c30cfee929c55babdca679ca17a479.zip |
Birthdays: hide_birthday -> show_birthday
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 53cdc6e79..9e6e0fdf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Added `/manifest.json` for progressive web apps. - MastoAPI: Support for `birthday` and `show_birthday` field in `/api/v1/accounts/update_credentials`. - Configuration: Add `birthday_required` and `birthday_min_age` settings to provide a way to require users to enter their birth date. -- PleromaAPI: Add `GET /api/v1/pleroma/birthday_reminders` API endpoint +- PleromaAPI: Add `GET /api/v1/pleroma/birthdays` API endpoint ### Fixed - Subscription(Bell) Notifications: Don't create from Pipeline Ingested replies |