의 미러
https://github.com/friendica/friendica
synced 2025-09-07 21:21:52 +02:00
Issue 12753: For remote-self feed items the plink mustn't point to the original feed link
This commit is contained in:
부모
df021b07e3
커밋
f078b6bc18
1개의 변경된 파일과 2개의 추가작업 그리고 1개의 파일을 삭제
|
@ -630,7 +630,8 @@ class Feed
|
|||
// Additionally, we have to avoid conflicts with identical URI between imported feeds and these items.
|
||||
if ($notify) {
|
||||
$item['guid'] = Item::guidFromUri($orig_plink, DI::baseUrl()->getHostname());
|
||||
$item['uri'] = Item::newURI($item['guid']);
|
||||
$item['uri'] = Item::newURI($item['guid']);
|
||||
unset($item['plink']);
|
||||
unset($item['thr-parent']);
|
||||
unset($item['parent-uri']);
|
||||
|
||||
|
|
불러오는 중…
테이블 추가
Add a link
Reference in a new issue