refactor: ♻️ Remove extension_type in favour of using the type field on entities

This commit is contained in:
Jesse Wierzbinski 2024-08-24 14:29:54 +02:00
parent 228ef3c98d
commit 596b42474f
No known key found for this signature in database
9 changed files with 20 additions and 25 deletions

View file

@ -109,7 +109,7 @@ Instance **must** be the host of the instance the user is on (hostname with opti
followers: URI;
following: URI;
featured: URI;
// Same format as extension_type on Extensions
// Same format as type on Extensions
[key: ExtensionsKey]: URI;
}
```