mirror of https://gitlab.com/bashrc2/epicyon
Share id
parent
19ef0faafa
commit
6cdf88e25e
|
@ -2183,9 +2183,7 @@ def add_shares_to_actor(base_dir: str,
|
||||||
break
|
break
|
||||||
if not shared_item.get('shareOnProfile'):
|
if not shared_item.get('shareOnProfile'):
|
||||||
continue
|
continue
|
||||||
if not shared_item.get('shareId'):
|
share_id = _vf_share_id(share_id)
|
||||||
continue
|
|
||||||
share_id = _vf_share_id(shared_item['shareId'])
|
|
||||||
actor_json['attachment'].append({
|
actor_json['attachment'].append({
|
||||||
"type": "Link",
|
"type": "Link",
|
||||||
"name": shared_item['displayName'],
|
"name": shared_item['displayName'],
|
||||||
|
|
Loading…
Reference in New Issue