No description
Find a file
dakkar 7c61b57939 make sure that the DynamicNote component is *not* computed
my current hypothesis to explain #1059:

- we have a timeline, with some notes
- a new note arrives on the websocket
- we replace the items in the pagination inside the timeline
- vue starts re-rendering the notes, using the `:key` values to know
  which ones to leave there and which ones to move / add / delete
- since DynamicNote is `computed`, every time vue needs to instantiate
  it, it does an `await`
- so if another note is waiting in the websocket buffer, it gets
  processed *while vue is rendering*
- processing the new note cause the `items` map (and the array
  computed from it) to be replaced
- at this point vue may well get a new iterator from the start of the
  new list of items, after it had already decided that the first few
  notes did not need to be changed
- which manifests as new notes appearing in the middle of the
  timeline!
- and after enough new notes have arrived, all the old notes are out
  of the items map, so their elements have all been deleted, and
  "normality" is restored

this makes sense in my head, let's see if this change actually fixes
the problem
2025-05-21 18:27:39 +01:00
.config improve YAML syntax for defining allowed IPs 2025-05-13 22:19:24 -04:00
.devcontainer deps: update pnpm to v10.10.0 (#15899) 2025-04-28 10:12:04 +09:00
.gitlab use template variables for MR template 2025-01-02 13:14:16 +00:00
.okteto ok-to-test with okteto (#8799) 2022-06-09 00:50:23 +09:00
.vscode fix(dev): vscode-jest: Deprecated: Please use jest.runMode instead. 2024-03-14 17:42:30 +09:00
assets Merge branch 'develop' into merge/2025-03-24 2025-04-24 13:07:41 -04:00
chart merge from misskey-develop 2025-04-02 22:29:14 -04:00
cypress enhance(backend): refine system account (#15530) 2025-03-02 20:06:20 +09:00
eslint explicit licence in eslint files 2024-10-22 19:24:19 +01:00
fluent-emojis@cae981eb4c feat: introduce fluent emoji 2022-12-26 16:04:56 +09:00
idea feat(frontend): 設定の検索 (#15505) 2025-03-06 23:15:19 +09:00
locales add option to put Translate button in the note toolbar 2025-05-16 20:00:48 -04:00
packages make sure that the DynamicNote component is *not* computed 2025-05-21 18:27:39 +01:00
scripts Merge branch 'misskey-develop' into merge/2025-03-24 2025-04-29 15:54:11 -04:00
sharkey-locales add option to put Translate button in the note toolbar 2025-05-16 20:00:48 -04:00
tossface-emojis@3c0ac3f7bd upd: add tossface emojis as an option 2024-01-04 20:42:25 +01:00
.dockerignore refactor: misskey-assetsサブモジュールを削除 (#12818) 2024-07-18 01:47:11 +09:00
.dockleignore fix: aptのキャッシュを削除しないようにする (#9803) 2023-02-05 14:15:59 +09:00
.editorconfig cleanup: trim trailing whitespace (#11136) 2023-07-08 07:08:16 +09:00
.gitattributes 改行コードをLFに統一 (#9926) 2023-02-14 13:13:34 +09:00
.gitignore Merge tag '2024.11.0' into feature/2024.10 2024-11-22 12:29:04 +00:00
.gitlab-ci.yml run more tests, now they pass 2025-02-06 10:45:05 +00:00
.gitmodules Merge remote-tracking branch 'misskey/master' into feature/misskey-2024.07 2024-08-02 12:25:58 +01:00
.node-version update node to 22.11.0 (#14869) 2024-11-13 19:43:36 +09:00
.npmrc merge upstream 2025-03-25 16:14:53 -04:00
.vsls.json Add .vsls.json 2018-08-13 00:24:45 +09:00
CHANGELOG.md Merge branch 'misskey-develop' into merge/2025-03-24 2025-04-29 15:54:11 -04:00
CODE_OF_CONDUCT.md docs: Update Code of Conduct to version 2.1 (#12150) 2023-11-13 16:52:54 +09:00
codecov.yml Update codecov.yml 2023-02-26 14:17:29 +09:00
compose.local-db.yml chore(docker-compose): 推奨の名前にする (#14096) 2024-06-28 11:16:12 +09:00
compose_example.yml suggest using a more recent meilisearch 2025-02-23 13:27:19 +00:00
CONTRIBUTING.md Merge branch 'develop' into merge/2025-03-24 2025-04-24 13:07:41 -04:00
COPYING 2025 (#15203) 2025-01-04 14:37:14 +09:00
crowdin.yml make en-US our crowdin source 2024-10-08 15:20:52 -03:00
cypress.config.ts update cypress 2022-06-11 15:53:45 +09:00
Dockerfile fix: Dockerのrunnerにpnpmのインストール手順が欠けていたのを修正 (#15623) 2025-03-08 10:02:15 +09:00
healthcheck.sh Merge remote-tracking branch 'misskey/release/2024.5.0' into future 2024-05-31 12:26:07 +01:00
IMPORTANT_NOTES.md Update IMPORTANT_NOTES.md 2024-03-13 00:17:57 +00:00
LICENSE Use AGPLv3 2018-03-28 22:56:28 +09:00
package.json bump version to be a -rc 2025-05-08 11:37:06 +01:00
pnpm-lock.yaml bump VueJS again 2025-05-21 18:26:49 +01:00
pnpm-workspace.yaml Merge branch 'misskey-develop' into merge/2025-03-24 2025-04-05 12:24:00 -04:00
Procfile Create Procfile 2019-04-05 18:17:30 +09:00
README.md fix: Sharkey's logo is missing 2025-04-20 13:19:28 +02:00
renovate.json5 fix(ci): change Chromatic build to be triggered when frontend package.json is edited instead of lockfile (#15793) 2025-04-27 10:49:23 +09:00
ROADMAP.md Update ROADMAP.md 2024-01-04 08:44:38 +09:00
SECURITY.md merge upstream 2025-02-03 2025-02-03 14:36:09 -05:00
UPGRADE_NOTES.md convert Authorized Fetch to a setting and add support for hybrid mode (essential metadata only) 2025-03-16 10:07:57 -04:00

Sharkey logo

🌎 Sharkey is an open source, decentralized social media platform that's free forever! 🚀


create an instance become a contributor join the community donate

Features

  • ActivityPub support
    Not on Sharkey? No problem! Not only can Sharkey instances talk to each other, but you can make friends with people on other networks like Mastodon and Pixelfed!
  • Federated Backgrounds and Music status
    You can add a background to your profile as well as a music status via ListenBrainz, show everyone what music you are currently listening to
  • Mastodon API
    Sharkey implements the Mastodon API unlike normal Misskey
  • UI/UX Improvements
    Sharkey makes some UI/UX improvements to make it easier to navigate
  • Sign-Up Approval
    With Sharkey, you can enable sign-ups, subject to manual moderator approval and mandatory user-provided reasons for joining.
  • Rich Web UI
    Sharkey has a rich and easy to use Web UI! It is highly customizable, from changing the layout and adding widgets to making custom themes. Furthermore, plugins can be created using AiScript, an original programming language.
  • And much more...

Documentation

Sharkey Documentation can be found at Sharkey Documentation