]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/+admin/follows/following-list/following-list.component.ts
Handle rejected follows in client
authorChocobozzz <me@florianbigard.com>
Wed, 27 Jul 2022 09:05:32 +0000 (11:05 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 27 Jul 2022 11:52:13 +0000 (13:52 +0200)
commit073deef8862f462de5f159a57877ef415ebe4c69
tree256d5ff4483ef68b07754f767626a72ac793bd5f
parent3267d381f4fdd128b2f948670b2e2ba765145276
Handle rejected follows in client

Also add quick filters so it's easier to find pending follows
client/src/app/+admin/follows/followers-list/followers-list.component.html
client/src/app/+admin/follows/followers-list/followers-list.component.ts
client/src/app/+admin/follows/following-list/following-list.component.html
client/src/app/+admin/follows/following-list/following-list.component.ts
client/src/app/shared/shared-instance/instance-follow.service.ts
server/lib/activitypub/process/process-follow.ts
server/tests/api/server/follows-moderation.ts