의 미러
https://github.com/friendica/friendica
synced 2025-09-07 21:21:52 +02:00
Hopefully make threads writable
This commit is contained in:
부모
e5802b7c30
커밋
557b1125e2
1개의 변경된 파일과 1개의 추가작업 그리고 1개의 파일을 삭제
|
@ -556,7 +556,7 @@ class Conversation
|
|||
if (in_array($mode, ['community', 'contacts', 'profile'])) {
|
||||
$writable = true;
|
||||
} else {
|
||||
$writable = ($items[0]['uid'] == 0) && in_array($items[0]['network'], Protocol::FEDERATED);
|
||||
$writable = $items[0]['writable'] || ($items[0]['uid'] == 0) && in_array($items[0]['network'], Protocol::FEDERATED);
|
||||
}
|
||||
|
||||
if (!local_user()) {
|
||||
|
|
불러오는 중…
테이블 추가
Add a link
Reference in a new issue