mirror of
https://github.com/friendica/friendica
synced 2025-04-27 01:50:11 +00:00
statusnet improvements
This commit is contained in:
parent
813d6c453c
commit
9816f14d40
2 changed files with 7 additions and 3 deletions
|
@ -1449,11 +1449,11 @@ function new_follower($importer,$contact,$datarray,$item) {
|
|||
}
|
||||
else {
|
||||
|
||||
// create contact record - set to readonly
|
||||
// create contact record
|
||||
|
||||
$r = q("INSERT INTO `contact` ( `uid`, `created`, `url`, `name`, `nick`, `photo`, `network`, `rel`,
|
||||
`blocked`, `readonly`, `pending`, `writable` )
|
||||
VALUES ( %d, '%s', '%s', '%s', '%s', '%s', '%s', %d, 0, 1, 1, 1 ) ",
|
||||
VALUES ( %d, '%s', '%s', '%s', '%s', '%s', '%s', %d, 0, 0, 1, 1 ) ",
|
||||
intval($importer['uid']),
|
||||
dbesc(datetime_convert()),
|
||||
dbesc($url),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue