summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/stream/channels/bubble-timeline.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* re-type userFollowingsCache to match the othersHazelnoot2025-06-091-1/+1
|
* copy changes to bubble channelHazelnoot2025-06-031-8/+22
|
* handle silenced notes in Channel.isNoteMutedOrBlockedHazelnoot2025-06-031-6/+0
|
* sync up bubble timeline endpoint and streamHazelnoot2025-06-031-2/+0
|
* sync up logic between notes/bubble-timeline.ts and channels/bubble-timeline.tsHazelnoot2025-06-011-2/+9
|
* Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-04-031-0/+1
| | | | | | | | | # Conflicts: # package.json # packages/backend/src/core/AccountMoveService.ts # packages/frontend/src/components/MkDateSeparatedList.vue # packages/misskey-js/etc/misskey-js.api.md # pnpm-lock.yaml
* refactor bubble-timeline.ts to match global-timeline.ts and local-timeline.tsHazelnoot2025-04-031-2/+3
|
* remove no-op Connection.cachedNotes and Connection.cacheNoteHazelnoot2025-04-011-2/+0
|
* call NoteEntityService.hideNote from streaming APIHazelnoot2025-02-251-0/+1
|
* pass NoteEntityService through Channel constructor instead of method argsHazelnoot2025-02-251-3/+3
|
* fix lint errors in stream/channel/bubble-timeline.tsHazelnoot2025-02-041-3/+1
|
* shallow clonepiuvas2025-01-081-16/+3
|
* requested change.piuvas2024-12-261-1/+2
|
* turn task into a functionpiuvas2024-12-251-14/+8
|
* improvements.piuvas2024-12-231-2/+8
|
* populate myreaction on replies for streams.piuvas2024-12-231-0/+7
|
* thank you lintersdakkar2024-10-111-5/+4
|
* fix some DI mistakes after the mergedakkar2024-10-101-1/+1
|
* fix imports in channels bubble-timelinedakkar2024-10-091-0/+1
|
* use injected meta in stream bubble-timelinedakkar2024-10-091-5/+6
|
* copy from global-timeline to bubble-timelinedakkar2024-08-021-4/+5
|
* port changes from global timeline to bubble timelinedakkar2024-05-111-25/+5
|
* fix: don't show mentions and boosts towards muted user posts in timelineMarie2024-01-261-0/+3
| | | | Closes #336
* fix: typecheckMarie2023-12-281-3/+4
|
* fix: websocket for timelines not checking following for muted instance usersMarie2023-12-211-1/+1
| | | | Closes #233
* add: Bubble timelineMar0xy2023-12-041-0/+124
Closes transfem-org/Sharkey#154