Files
PeerTube/server
Chocobozzz 77e0851758 Ensure local actors preferredName don't already exist
Before applying this commit, check you don't have duplicates local
actors in your database:

select "preferredUsername" from actor where "serverId" is null group by "preferredUsername" having count(*) > 0

If you have some results, it seems you have duplicate channels/accounts.
For every entry, you'll have to change the preferredUsername of the
entry you want (so they are unique). The updated actors could have some
federations issues. Sorry.
2019-12-05 14:57:14 +01:00
..
2019-05-16 17:16:47 +02:00
2019-12-05 11:07:57 +01:00
2019-12-04 14:49:59 +01:00
2019-12-04 14:49:59 +01:00
2019-11-04 17:38:03 +01:00
2019-11-25 10:59:43 +01:00