mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-24 11:51:27 -08:00
fix up merge conflicts
This commit is contained in:
parent
e8d7aec516
commit
a299ed8efd
1 changed files with 0 additions and 2 deletions
|
@ -725,8 +725,6 @@ def actor_json_to_model(activity_json, address, server):
|
||||||
rules=activity_json['rules'] if 'rules' in activity_json else '',
|
rules=activity_json['rules'] if 'rules' in activity_json else '',
|
||||||
rules_html=lemmy_markdown_to_html(activity_json['rules'] if 'rules' in activity_json else ''),
|
rules_html=lemmy_markdown_to_html(activity_json['rules'] if 'rules' in activity_json else ''),
|
||||||
nsfw=activity_json['sensitive'] if 'sensitive' in activity_json else False,
|
nsfw=activity_json['sensitive'] if 'sensitive' in activity_json else False,
|
||||||
restricted_to_mods=activity_json['postingRestrictedToMods'] if 'postingRestrictedToMods' in activity_json else True,
|
|
||||||
nsfw=activity_json['sensitive'] if 'sensitive' in activity_json else False,
|
|
||||||
restricted_to_mods=activity_json['postingRestrictedToMods'] if 'postingRestrictedToMods' in activity_json else False,
|
restricted_to_mods=activity_json['postingRestrictedToMods'] if 'postingRestrictedToMods' in activity_json else False,
|
||||||
new_mods_wanted=activity_json['newModsWanted'] if 'newModsWanted' in activity_json else False,
|
new_mods_wanted=activity_json['newModsWanted'] if 'newModsWanted' in activity_json else False,
|
||||||
private_mods=activity_json['privateMods'] if 'privateMods' in activity_json else False,
|
private_mods=activity_json['privateMods'] if 'privateMods' in activity_json else False,
|
||||||
|
|
Loading…
Add table
Reference in a new issue