FoundKey/packages/backend/src
Johann150 7a981de883
refactor: remove note.mentionedRemoteUsers column
The column mentionedRemoteUsers on the note table in the database is
firstly in the wrong type since it contains JSON data but is typed as
text. Secondly it seems redundant, since that data can be acquired by
using the note.mentions column to fetch the respective data instead.

Co-authored-by: Francis Dinh <normandy@biribiri.dev>
2022-09-07 14:43:04 +02:00
..
@types use http-signature module that supports hs2019 (#8635) 2022-05-26 09:12:17 +09:00
boot backend: Fix async types in boot 2022-09-04 11:24:04 +02:00
config Remove signToActivityPubGet option 2022-08-21 12:38:43 -04:00
daemons fix lints "import/order" and "import/no-duplicate" 2022-08-03 14:05:50 +02:00
db Remove promo entities and endpoints 2022-08-11 23:13:09 +02:00
mfm adjust MFM to HTML conversion 2022-09-07 14:42:39 +02:00
misc fix some lints 2022-08-11 00:09:29 +02:00
models refactor: remove note.mentionedRemoteUsers column 2022-09-07 14:43:04 +02:00
prelude fix some lints 2022-08-11 00:09:29 +02:00
queue remove empty import statements 2022-08-14 12:26:18 +02:00
remote refactor: remove note.mentionedRemoteUsers column 2022-09-07 14:43:04 +02:00
server fix: check visibility when serving Like activity 2022-09-02 14:34:32 +02:00
services refactor: remove note.mentionedRemoteUsers column 2022-09-07 14:43:04 +02:00
const.ts fix: use correct variable names 2022-07-17 23:44:13 +02:00
env.ts refactoring 2021-11-12 02:02:25 +09:00
global.d.ts refactoring 2021-11-12 02:02:25 +09:00
index.ts refactor: Use ESM (#8358) 2022-02-27 11:07:39 +09:00
types.ts API: visiblity cannot be less restrictive 2022-07-28 15:23:08 +02:00