fix: do not export federated events in general rss / ics feed

This commit is contained in:
lesion 2024-01-23 09:51:45 +01:00
parent 7eec86e43c
commit 3844a6ba51
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -57,6 +57,7 @@ const exportController = {
where: {
is_visible: true,
recurrent: null,
apUserApId: null,
start_datetime: { [Op.gte]: yesterday },
...where
},