FoundKey/packages/backend/src/services
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
..
blocking fix lints "import/order" and "import/no-duplicate" 2022-08-03 14:05:50 +02:00
chart fix lint "object-shorthand" 2022-08-03 14:58:24 +02:00
drive fix some lints 2022-08-11 00:09:29 +02:00
following fix lints "import/order" and "import/no-duplicate" 2022-08-03 14:05:50 +02:00
i refactor: migrate to typeorm 3.0 (#8443) 2022-03-26 15:34:00 +09:00
messages refactor: remove note.mentionedRemoteUsers column 2022-09-07 14:43:04 +02:00
note refactor: remove note.mentionedRemoteUsers column 2022-09-07 14:43:04 +02:00
user-list fix some lints 2022-08-11 00:09:29 +02:00
add-note-to-antenna.ts fix lint "object-shorthand" 2022-08-03 14:58:24 +02:00
create-notification.ts fix some lints 2022-08-11 00:09:29 +02:00
create-system-user.ts fix some lints 2022-08-11 00:09:29 +02:00
delete-account.ts fix some lints 2022-08-11 00:09:29 +02:00
fetch-instance-metadata.ts fix some lints 2022-08-11 00:09:29 +02:00
insert-moderation-log.ts fix lint "object-shorthand" 2022-08-03 14:58:24 +02:00
instance-actor.ts fix lints "import/order" and "import/no-duplicate" 2022-08-03 14:05:50 +02:00
logger.ts fix lint "no-param-reassign" 2022-08-10 16:36:54 +02:00
push-notification.ts fix some lints 2022-08-11 00:09:29 +02:00
register-or-fetch-instance-doc.ts fix lint "no-param-reassign" 2022-08-10 16:36:54 +02:00
relay.ts backend: fix lint "no-throw-literal" 2022-08-04 11:00:02 +02:00
send-email-notification.ts fix lints "import/order" and "import/no-duplicate" 2022-08-03 14:05:50 +02:00
send-email.ts fix some lints 2022-08-11 00:09:29 +02:00
stream.ts fix lint "object-shorthand" 2022-08-03 14:58:24 +02:00
suspend-user.ts fix some lints 2022-08-11 00:09:29 +02:00
unsuspend-user.ts fix lints "import/order" and "import/no-duplicate" 2022-08-03 14:05:50 +02:00
update-hashtag.ts fix some lints 2022-08-11 00:09:29 +02:00
user-cache.ts fix spelling error 2022-08-04 10:20:48 +02:00
validate-email-for-account.ts fix some lints 2022-08-11 00:09:29 +02:00