mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
cce24e33c7
commit
480544debb
|
|
@ -2080,8 +2080,7 @@ def _profile_post_peertube(actor_json: {}, fields: {},
|
||||||
current_peertube = get_peertube(actor_json)
|
current_peertube = get_peertube(actor_json)
|
||||||
if fields.get('peertubeChannel'):
|
if fields.get('peertubeChannel'):
|
||||||
if fields['peertubeChannel'] != current_peertube:
|
if fields['peertubeChannel'] != current_peertube:
|
||||||
set_peertube(actor_json,
|
set_peertube(actor_json, fields['peertubeChannel'])
|
||||||
fields['peertubeChannel'])
|
|
||||||
actor_changed = True
|
actor_changed = True
|
||||||
else:
|
else:
|
||||||
if current_peertube:
|
if current_peertube:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue