mirror of
https://git.pleroma.social/pleroma/relay.git
synced 2024-11-08 17:48:00 +00:00
fix ValueError when adding new instance via api
This commit is contained in:
parent
5e962be057
commit
1d72f2a254
|
@ -226,8 +226,9 @@ class Inbox(View):
|
|||
pass
|
||||
|
||||
row = conn.put_inbox(
|
||||
data['domain'],
|
||||
actor = data.get('actor'),
|
||||
domain = data['domain'],
|
||||
actor = data['actor'],
|
||||
inbox = data.get('inbox'),
|
||||
software = data.get('software'),
|
||||
followid = data.get('followid')
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue