Add a new contact to test rel=2 in tests
See https://github.com/friendica/friendica/pull/5022#discussion_r187416029
This commit is contained in:
parent
7893d96ad8
commit
6a654df444
|
@ -44,6 +44,18 @@ contact:
|
|||
url: http://localhost/profile/othercontact
|
||||
pending: false
|
||||
blocked: false
|
||||
rel: 0
|
||||
network: dfrn
|
||||
-
|
||||
id: 44
|
||||
uid: 42
|
||||
name: Friend contact
|
||||
nick: friendcontact
|
||||
self: false
|
||||
nurl: http://localhost/profile/friendcontact
|
||||
url: http://localhost/profile/friendcontact
|
||||
pending: false
|
||||
blocked: false
|
||||
rel: 2
|
||||
network: dfrn
|
||||
|
||||
|
@ -126,6 +138,20 @@ item:
|
|||
allow_gid: ''
|
||||
deny_cid: ''
|
||||
deny_gid: ''
|
||||
-
|
||||
id: 6
|
||||
visible: true
|
||||
contact-id: 44
|
||||
author-id: 44
|
||||
owner-id: 42
|
||||
uid: 42
|
||||
verb: http://activitystrea.ms/schema/1.0/post
|
||||
unseen: false
|
||||
body: Friend user status
|
||||
parent: 6
|
||||
author-link: http://localhost/profile/othercontact
|
||||
wall: true
|
||||
starred: false
|
||||
|
||||
thread:
|
||||
-
|
||||
|
@ -140,6 +166,12 @@ thread:
|
|||
contact-id: 43
|
||||
uid: 0
|
||||
wall: true
|
||||
-
|
||||
iid: 6
|
||||
visible: true
|
||||
contact-id: 44
|
||||
uid: 0
|
||||
wall: true
|
||||
|
||||
group:
|
||||
-
|
||||
|
|
Loading…
Reference in a new issue