neopostmodern / structure

Structure is a knowledge management tool
https://structure.love
GNU Affero General Public License v3.0
17 stars 0 forks source link

"Entities updated since" lacks entites that are only updated #238

Open neopostmodern opened 1 month ago

neopostmodern commented 1 month ago

Entities that only have updatedAt greater than the last fetch are not actually included int response! There needs to be a union of newly visible items (either by creation or sharing) and updated items. Items could appear in both, so de-duplication is necessary.