mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-07 09:54:27 +02:00
[various] Rename group to circle
- Drop support for group_text - Add support for circle_text
This commit is contained in:
parent
941b8c5a14
commit
aa0f74832a
45 changed files with 793 additions and 40 deletions
|
@ -80,7 +80,7 @@ use Friendica\Database\DBA;
|
|||
use Friendica\DI;
|
||||
use Friendica\Model\Contact;
|
||||
use Friendica\Model\Conversation;
|
||||
use Friendica\Model\Group;
|
||||
use Friendica\Model\Circle;
|
||||
use Friendica\Model\Item;
|
||||
use Friendica\Model\ItemURI;
|
||||
use Friendica\Model\Post;
|
||||
|
@ -1529,7 +1529,7 @@ function twitter_fetch_contact($uid, $data, $create_user)
|
|||
|
||||
$contact_id = DBA::lastInsertId();
|
||||
|
||||
Group::addMember(User::getDefaultGroup($uid), $contact_id);
|
||||
Circle::addMember(User::getDefaultCircle($uid), $contact_id);
|
||||
} else {
|
||||
if ($contact['readonly'] || $contact['blocked']) {
|
||||
Logger::notice('Contact is blocked or readonly.', ['nickname' => $contact['nick']]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue