pl-fe: list modal ux improvements

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2025-08-16 09:49:31 +02:00
parent 108a73fbc5
commit a90d879156
3 changed files with 33 additions and 22 deletions

View File

@ -1128,6 +1128,11 @@ const getFeatures = (instance: Instance) => {
*/
listsFavourites: instance.api_versions['favourite_list.fedibird.pl-api'] >= 1,
/**
* Can set to receive notifications for new posts in a list.
*/
listsNotifications: instance.api_versions['kmyblue_list_notification.fedibird.pl-api'] >= 1,
listsRepliesPolicy: any([
v.software === FRIENDICA && gte(v.version, '2024.12.0'),
v.software === GOTOSOCIAL,