iceshrimp/packages/backend/src
Laura Hausmann cd48af6393
[backend] Fix polls not federating properly to non-*key servers
This fixes a regression that caused the `content` attribute of rendered notes with polls attached to be set to `{}`, causing undefined behavior in Mastodon & Akkoma. Misskey & forks just use the `_misskey_content` attribute, which was unaffected.
2023-11-03 16:09:54 +01:00
..
@types
boot Finish up support for local split domain configurations 2023-09-06 19:13:57 +02:00
config [backend] Fix error images configuration load 2023-10-17 01:20:58 +02:00
daemons Fix cpu/memory stats widget 2023-07-23 12:23:50 +02:00
db [mastodon-client] Switch from MiAuth to OAuth 2023-10-14 00:19:10 +02:00
mfm [backend] Use correct capitalization when rendering mentions 2023-10-17 22:36:28 +02:00
migration [backend] [client] Add option to hide user lists from home timeline 2023-10-22 18:43:51 +02:00
misc [backend] Refactor database transactions 2023-10-25 17:03:08 +02:00
models [backend] Decrease default RecursionLimiter count to 10 2023-10-25 18:11:30 +02:00
prelude [mastodon-api] Only wait up to 1500 ms for mentions to update on /accounts/update_credentials 2023-10-18 00:03:45 +02:00
queue [backend] Require users to be followed before adding them to lists 2023-10-21 23:56:34 +02:00
remote [backend] Fix polls not federating properly to non-*key servers 2023-11-03 16:09:54 +01:00
server [backend] Don't return local only notes for guest users 2023-11-02 18:47:54 +01:00
services [backend] Correctly handle tags on edit 2023-11-03 13:49:46 +01:00
const.ts refactor: 🚨 linting fix 2023-07-16 15:32:32 -07:00
env.ts
global.d.ts
index.ts
ormconfig.ts [baackend] Move migrations to typescript 2023-10-13 18:44:25 +02:00
types.ts