docs: fix mistake in merge conflict resolution
This commit is contained in:
parent
d0619a6066
commit
a19a3541b6
1 changed files with 1 additions and 4 deletions
|
@ -4,14 +4,11 @@ Breaking changes are indicated by the :warning: icon.
|
|||
|
||||
## Unreleased
|
||||
|
||||
- `GET` request is now allowed for the `latest-version` endpoint.
|
||||
- The old Mastodon API has been replaced with a new implementation based on Iceshrimp’s. **Breaking changes:**
|
||||
- The new API uses a new format to manage Mastodon sessions in the database, whereas old implementation uses Misskey sessions. All previous client app and token registrations will not work with the new API. All clients need to be re-registered and all users need to re-authenticate.
|
||||
- All IDs (of statuses/notes, notifications, users, etc.) will be using the alphanumerical format, aligning with the Firefish/Misskey API. The old numerical IDs will not work when queried against the new API.
|
||||
|
||||
## v20240601
|
||||
|
||||
- `GET` request is now allowed for the `latest-version` endpoint.
|
||||
|
||||
## v20240523
|
||||
|
||||
- Added `scheduledAt` optional parameter to `notes/create` (!10789)
|
||||
|
|
Loading…
Reference in a new issue