- Change public contact name to the related local user name
- Add location data to profile record that is used to update self and public contact during Auth
'id' => 48,
'uid' => 0,
'uri-id' => 42,
- 'name' => 'Self contact',
+ 'name' => 'Test user',
'nick' => 'selfcontact',
'self' => 0,
'nurl' => 'http://friendica.local/profile/selfcontact',
[
'id' => 1,
'uid' => 42,
+ 'locality' => 'DFRN',
],
],
'group' => [
// User data that the test database is populated with
const SELF_USER = [
'id' => 42,
- 'name' => 'Self contact',
+ 'name' => 'Test user',
'nick' => 'selfcontact',
'nurl' => 'http://localhost/profile/selfcontact'
];