FoundKey/packages/backend/src/server
Johann150 cfa371b52b
refactor: remove note re-packing in streaming API
Instead of packing the note for public user before passing it to
streams, the note is now either packed for the user the respective
stream belongs to (`mainStream`) or not packed at all and then packed
later (`notesStream`).

Because this is a new common task between different channels, a shared
implementation of packing a note from notesStream is created. This
implementation will simply skip a note if it is not visible to the user
that the channel belongs to.
2022-07-23 22:27:29 +02:00
..
activitypub refactor: fix type 2022-04-17 20:44:21 +09:00
api refactor: remove note re-packing in streaming API 2022-07-23 22:27:29 +02:00
file chore: remove unused imports 2022-07-12 14:41:10 +02:00
proxy feat: Add Badge Image to Push Notification (#8012) 2022-07-09 05:52:01 -04:00
web remove ms dependency 2022-07-16 16:54:11 +00:00
activitypub.ts fix: add id for activitypub follows (#8689) 2022-06-04 13:52:42 +09:00
index.ts refactor: temporary files (#8713) 2022-05-25 16:50:22 +09:00
nodeinfo.ts refactor: remove repositoryUrl & feedbackUrl from meta 2022-07-18 14:39:27 +02:00
well-known.ts fix: Add rel attribute to host-meta (#8583) 2022-05-01 19:14:14 +09:00