[various] Rename group to circle
- Drop support for group_text - Add support for circle_text
This commit is contained in:
부모
941b8c5a14
커밋
aa0f74832a
45개의 변경된 파일과 793개의 추가작업 그리고 40개의 파일을 삭제
|
@ -205,7 +205,7 @@ function diaspora_send(array &$b)
|
|||
$b['body'] = Post\Media::addAttachmentsToBody($b['uri-id'], DI::contentItem()->addSharedPost($b));
|
||||
|
||||
// Dont't post if the post doesn't belong to us.
|
||||
// This is a check for forum postings
|
||||
// This is a check for group postings
|
||||
$self = DBA::selectFirst('contact', ['id'], ['uid' => $b['uid'], 'self' => true]);
|
||||
|
||||
if ($b['contact-id'] != $self['id']) {
|
||||
|
|
불러오는 중…
테이블 추가
Add a link
Reference in a new issue