Support following hashtags in pl
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
42ba700039
commit
b67887b63e
1 changed files with 1 additions and 0 deletions
|
@ -517,6 +517,7 @@ const getFeatures = (instance?: Instance) => {
|
|||
v.software === GOTOSOCIAL && gte(v.version, '0.16.1'),
|
||||
v.software === MASTODON && gte(v.compatVersion, '4.0.0'),
|
||||
v.software === PLEROMA && v.build === AKKOMA,
|
||||
v.software === PLEROMA && v.build === PL,
|
||||
v.software === TAKAHE && gte(v.version, '0.9.0'),
|
||||
]),
|
||||
|
||||
|
|
Loading…
Reference in a new issue