iceshrimp-legacy/packages/backend/src/remote/activitypub/renderer
Johann150 32dff28460
fix: add id for activitypub follows (#8689)
* add id for activitypub follows

* fix lint

* fix: follower must be local, followee must be remote

Misskey will only use ActivityPub follow requests for users that are local
and are requesting to follow a remote user. This check is to ensure that
this endpoint can not be used by other services or instances.

* fix: missing import

* render block with id

* fix comment
2022-06-04 13:52:42 +09:00
..
accept.ts refactor: Use ESM (#8358) 2022-02-27 11:07:39 +09:00
add.ts refactor: Use ESM (#8358) 2022-02-27 11:07:39 +09:00
announce.ts refactor: Use ESM (#8358) 2022-02-27 11:07:39 +09:00
block.ts fix: add id for activitypub follows (#8689) 2022-06-04 13:52:42 +09:00
create.ts refactor: Use ESM (#8358) 2022-02-27 11:07:39 +09:00
delete.ts refactor: Use ESM (#8358) 2022-02-27 11:07:39 +09:00
document.ts refactor: Use ESM (#8358) 2022-02-27 11:07:39 +09:00
emoji.ts refactor: Use ESM (#8358) 2022-02-27 11:07:39 +09:00
flag.ts refactor: fix type 2022-04-17 13:14:29 +09:00
follow-relay.ts refactor: Use ESM (#8358) 2022-02-27 11:07:39 +09:00
follow-user.ts refactor: migrate to typeorm 3.0 (#8443) 2022-03-26 15:34:00 +09:00
follow.ts fix: add id for activitypub follows (#8689) 2022-06-04 13:52:42 +09:00
hashtag.ts refactor: Use ESM (#8358) 2022-02-27 11:07:39 +09:00
image.ts refactor: Use ESM (#8358) 2022-02-27 11:07:39 +09:00
index.ts refactor: improve code quality (#8751) 2022-05-29 15:15:52 +09:00
key.ts refactor: Use ESM (#8358) 2022-02-27 11:07:39 +09:00
like.ts refactor: migrate to typeorm 3.0 (#8443) 2022-03-26 15:34:00 +09:00
mention.ts refactor: Use ESM (#8358) 2022-02-27 11:07:39 +09:00
note.ts fix: correctly render empty note text (#8746) 2022-06-03 23:18:44 +09:00
ordered-collection-page.ts fix lint 2021-12-09 23:58:30 +09:00
ordered-collection.ts refactor 2022-02-03 21:20:25 +09:00
person.ts refactor: migrate to typeorm 3.0 (#8443) 2022-03-26 15:34:00 +09:00
question.ts refactor: Use ESM (#8358) 2022-02-27 11:07:39 +09:00
read.ts refactor: Use ESM (#8358) 2022-02-27 11:07:39 +09:00
reject.ts refactor: Use ESM (#8358) 2022-02-27 11:07:39 +09:00
remove.ts refactor: Use ESM (#8358) 2022-02-27 11:07:39 +09:00
tombstone.ts fix lint 2021-12-09 23:58:30 +09:00
undo.ts Use unique id for Undo (#8434) 2022-03-22 00:39:00 +09:00
update.ts refactor: Use ESM (#8358) 2022-02-27 11:07:39 +09:00
vote.ts refactor: Use ESM (#8358) 2022-02-27 11:07:39 +09:00