egirlskey/packages/backend
dakkar 683b4aafb2 real-time updates on note detail view
`useNoteCapture` already subscribes to all updates for a note, so
we can tell it when a note gets replied to, too

Since I'm not actually adding any extra subscription in the client,
just an extra callback, there should be no overhead when replies are
not coming in.

Also, all the timelines already call `useNoteCapture` for each note
displayed, so we know the whole `GlobalEventService` thing works fine.

Many thanks to VueJS for taking care of all the DOM complications
2023-12-23 14:09:51 +00:00
..
.vscode
assets upd: add misskey icon to font 2023-12-07 01:48:57 +01:00
migration merge: upstream 2023-12-23 14:26:24 +01:00
src real-time updates on note detail view 2023-12-23 14:09:51 +00:00
test merge: upstream 2023-12-23 02:09:23 +01:00
.eslintignore
.eslintrc.cjs test(server): add validation test of api:notes/create (#10090) 2023-02-26 11:28:05 +09:00
.madgerc Create .madgerc 2022-09-20 01:04:08 +09:00
.swcrc fix swcrc 2023-12-14 11:35:17 +09:00
check_connect.js chore: 著作権とライセンスについての情報を各ファイルに追加する (#11348) 2023-07-27 14:31:52 +09:00
generate_api_json.js swagger-cli validateがvalidとなるapi.jsonを作れるようにする (#12403) 2023-11-22 17:08:56 +09:00
jest.config.cjs merge: timeline 1 2023-10-13 17:58:11 +02:00
jsconfig.json
ormconfig.js fix: postgre -> postgres (#9814) 2023-02-07 19:50:38 +09:00
package.json merge: upstream 2023-12-23 02:09:23 +01:00
README.md chore: ✌️ 2022-12-24 14:39:17 +09:00
tsconfig.json update deps (#11764) 2023-09-04 13:33:38 +09:00
watch.mjs chore: 著作権とライセンスについての情報を各ファイルに追加する (#11348) 2023-07-27 14:31:52 +09:00

Misskey Backend