hippofish/packages/backend
Johann150 65797a934a
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>
2024-03-18 00:16:49 +09:00
..
.idea Create move type 2022-11-23 21:49:52 +01:00
.vscode Update settings.json 2022-04-15 21:33:00 +09:00
assets refactor: 🔥 remove local twemoji in backend assets, replace with @discordapp/twemoji 2023-12-06 11:11:42 -08:00
scripts chore: format 2024-03-05 09:26:53 +09:00
src refactor: remove note.mentionedRemoteUsers column 2024-03-18 00:16:49 +09:00
test chore: lint 2024-03-17 00:49:12 +09:00
.mocharc.json fix: mocha テストが動かないのを修正 v2 (#8892) 2022-06-26 19:16:32 +09:00
.swcrc chore: update dependencies 2024-03-06 09:55:32 +09:00
check_connect.js formatting 2023-04-06 18:56:46 -07:00
jsconfig.json chore: format 2023-05-29 09:31:02 -07:00
package.json chore: update dependencies 2024-03-16 01:21:20 +09:00
tsconfig.json chore: format 2024-03-17 00:34:57 +09:00