mirror of
https://github.com/friendica/friendica
synced 2025-04-27 01:50:11 +00:00
add webfinger addr to gcontact for friend "connect" links
This commit is contained in:
parent
c4a5fcaf27
commit
e6b538c046
4 changed files with 22 additions and 9 deletions
|
@ -694,6 +694,7 @@ CREATE TABLE IF NOT EXISTS `gcontact` (
|
|||
`url` CHAR( 255 ) NOT NULL ,
|
||||
`nurl` CHAR( 255 ) NOT NULL ,
|
||||
`photo` CHAR( 255 ) NOT NULL,
|
||||
`connect` CHAR( 255 ) NOT NULL,
|
||||
INDEX ( `nurl` )
|
||||
) ENGINE = MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue