mirror of
https://github.com/friendica/friendica
synced 2026-01-16 02:18:41 +01:00
suppress duplicate FB posts (incoming after posted locally)
This commit is contained in:
parent
61f7b3d754
commit
d45ad7bb6b
7 changed files with 157 additions and 152 deletions
|
|
@ -476,3 +476,7 @@ function update_1052() {
|
|||
}
|
||||
|
||||
|
||||
function update_1053() {
|
||||
q("ALTER TABLE `item` ADD `extid` CHAR( 255 ) NOT NULL AFTER `parent-uri` , ADD INDEX ( `extid` ) ");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue