index
:
sharkey
stable
my custom sharkey fork
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
backend
/
src
/
server
/
api
/
stream
/
channels
/
bubble-timeline.ts
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
re-type userFollowingsCache to match the others
Hazelnoot
2025-06-09
1
-1
/
+1
|
*
copy changes to bubble channel
Hazelnoot
2025-06-03
1
-8
/
+22
|
*
handle silenced notes in Channel.isNoteMutedOrBlocked
Hazelnoot
2025-06-03
1
-6
/
+0
|
*
sync up bubble timeline endpoint and stream
Hazelnoot
2025-06-03
1
-2
/
+0
|
*
sync up logic between notes/bubble-timeline.ts and channels/bubble-timeline.ts
Hazelnoot
2025-06-01
1
-2
/
+9
|
*
Merge branch 'misskey-develop' into merge/2025-03-24
Hazelnoot
2025-04-03
1
-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.ts
Hazelnoot
2025-04-03
1
-2
/
+3
|
*
remove no-op Connection.cachedNotes and Connection.cacheNote
Hazelnoot
2025-04-01
1
-2
/
+0
|
*
call NoteEntityService.hideNote from streaming API
Hazelnoot
2025-02-25
1
-0
/
+1
|
*
pass NoteEntityService through Channel constructor instead of method args
Hazelnoot
2025-02-25
1
-3
/
+3
|
*
fix lint errors in stream/channel/bubble-timeline.ts
Hazelnoot
2025-02-04
1
-3
/
+1
|
*
shallow clone
piuvas
2025-01-08
1
-16
/
+3
|
*
requested change.
piuvas
2024-12-26
1
-1
/
+2
|
*
turn task into a function
piuvas
2024-12-25
1
-14
/
+8
|
*
improvements.
piuvas
2024-12-23
1
-2
/
+8
|
*
populate myreaction on replies for streams.
piuvas
2024-12-23
1
-0
/
+7
|
*
thank you linters
dakkar
2024-10-11
1
-5
/
+4
|
*
fix some DI mistakes after the merge
dakkar
2024-10-10
1
-1
/
+1
|
*
fix imports in channels bubble-timeline
dakkar
2024-10-09
1
-0
/
+1
|
*
use injected meta in stream bubble-timeline
dakkar
2024-10-09
1
-5
/
+6
|
*
copy from global-timeline to bubble-timeline
dakkar
2024-08-02
1
-4
/
+5
|
*
port changes from global timeline to bubble timeline
dakkar
2024-05-11
1
-25
/
+5
|
*
fix: don't show mentions and boosts towards muted user posts in timeline
Marie
2024-01-26
1
-0
/
+3
|
|
|
|
Closes #336
*
fix: typecheck
Marie
2023-12-28
1
-3
/
+4
|
*
fix: websocket for timelines not checking following for muted instance users
Marie
2023-12-21
1
-1
/
+1
|
|
|
|
Closes #233
*
add: Bubble timeline
Mar0xy
2023-12-04
1
-0
/
+124
Closes transfem-org/Sharkey#154