]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/models/actor/actor-follow.ts
Try to fix subscriptions inconsistencies
authorChocobozzz <me@florianbigard.com>
Wed, 8 Jan 2020 14:11:38 +0000 (15:11 +0100)
committerChocobozzz <me@florianbigard.com>
Wed, 8 Jan 2020 14:44:41 +0000 (15:44 +0100)
commite612209767ebe1deb0af7688c96b7f979bb52b44
treec5be9241e41a098f5452fe3cd187e2305d8047e3
parent440d39c52d4efb878b6a2e21584d6b8f52072f27
Try to fix subscriptions inconsistencies
12 files changed:
client/src/app/shared/video/abstract-video-list.html
server/lib/activitypub/send/send-update.ts
server/lib/activitypub/videos.ts
server/lib/video-transcoding.ts
server/models/account/account.ts
server/models/activitypub/actor-follow.ts
server/models/activitypub/actor.ts
server/models/video/video-caption.ts
server/models/video/video-channel.ts
server/models/video/video.ts
server/tests/api/activitypub/helpers.ts
server/tests/api/server/follows.ts