NodeJS version:
What is the expected behaviour?
Following peertube@instance from mastodon should be enough to get all new videos from the peertube instance
example of the issue
User A on mastodon follows both peertube@instance and B@instance
if B posts a video:
A will receive a toot from B@instance and peertube@instance (which is a "retoot")
but
if User C (not followed by A) posts a video, A won't receive any retoot from peertube@instance
Am I not understanding something ? It seems really weird, doesn't it ?
Thanks !
Hi, thanks for the issue @PhieF. I think it's a Mastodon issue: https://github.com/tootsuite/mastodon/issues/6878
OK thanks !
bad and ugly script to retoot every new videos on mastodon
https://github.com/PhieF/MiscConfig/blob/master/Peertube/peertubetomasto.py
until they fix that