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
|
url: http://localhost/profile/othercontact
|
||||||
pending: false
|
pending: false
|
||||||
blocked: 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
|
rel: 2
|
||||||
network: dfrn
|
network: dfrn
|
||||||
|
|
||||||
|
@ -126,6 +138,20 @@ item:
|
||||||
allow_gid: ''
|
allow_gid: ''
|
||||||
deny_cid: ''
|
deny_cid: ''
|
||||||
deny_gid: ''
|
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:
|
thread:
|
||||||
-
|
-
|
||||||
|
@ -140,6 +166,12 @@ thread:
|
||||||
contact-id: 43
|
contact-id: 43
|
||||||
uid: 0
|
uid: 0
|
||||||
wall: true
|
wall: true
|
||||||
|
-
|
||||||
|
iid: 6
|
||||||
|
visible: true
|
||||||
|
contact-id: 44
|
||||||
|
uid: 0
|
||||||
|
wall: true
|
||||||
|
|
||||||
group:
|
group:
|
||||||
-
|
-
|
||||||
|
|
Loading…
Reference in New Issue
Block a user