Hello!
By mistake created Follow record on the self-server - mediaserver-01 to root@mediaserver-01. This record was created and successfully « Accepted ».
Don’t understand what such federation means but want to delete this record from the « Following » TAB. Trying to delete and receiving an error « Follow root@mediaserver-01 not found. ».
Don’t know what to remove from the SQL peertube_prod DB…
Please help!
Hello,
Can you check it’s not the same issue as delete following instance failed · Issue #7156 · Chocobozzz/PeerTube · GitHub?
Helped this:
peertube_prod=> select * from « actorFollow »;
peertube_prod=> delete from « actorFollow » where « id » = 1;
Thanks!