mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
fix: do not export federated events in general rss / ics feed
This commit is contained in:
parent
7eec86e43c
commit
3844a6ba51
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ const exportController = {
|
|||
where: {
|
||||
is_visible: true,
|
||||
recurrent: null,
|
||||
apUserApId: null,
|
||||
start_datetime: { [Op.gte]: yesterday },
|
||||
...where
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue