mirror of
https://github.com/friendica/friendica
synced 2025-04-25 20:30:11 +00:00
Use account-user-view entry to instantiate Api\Mastodon\FollowRequest objects
- Address https://github.com/friendica/friendica/issues/11993#issuecomment-1354395861
This commit is contained in:
parent
af4164b86a
commit
c7e53cb9b4
3 changed files with 8 additions and 15 deletions
|
@ -25,7 +25,7 @@ use Friendica\BaseEntity;
|
|||
|
||||
/**
|
||||
* @property-read int $uid
|
||||
* @property-read int $cid
|
||||
* @property-read int $cid Either a public contact id (DFRN suggestion) or user-specific id (Contact::addRelationship)
|
||||
* @property-read int|null $sid
|
||||
* @property-read bool $knowyou
|
||||
* @property-read string $note
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue