mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 19:09:16 +01:00
refactor: ♻️ Remove extension_type in favour of using the type field on entities
This commit is contained in:
parent
228ef3c98d
commit
596b42474f
9 changed files with 20 additions and 25 deletions
|
|
@ -36,4 +36,6 @@ This page lists changes since Working Draft 03. {{ className: 'lead' }}
|
|||
- Add `algorithm` to [Users](/entities/user) and [InstanceMetadata](/entities/instance-metadata)'s public keys for future use (only `ed25519` is allowed for now).
|
||||
- Renamed the second `public_key` to `key`.
|
||||
- Renamed `Announce` to [Share](/extensions/share).
|
||||
- Renamed `prev` to `previous` in [Collections](/structures/collection).
|
||||
- Renamed `prev` to `previous` in [Collections](/structures/collection).
|
||||
- Removed `extension_type` from entities, and instead use the `type` field.
|
||||
- Removed `VoteResult` from the [Polls Extension](/extensions/polls).
|
||||
Loading…
Add table
Add a link
Reference in a new issue