Support "." in facebook profile uris
Reported by Laurent Bigonville
Fixed bug #673459
(cherry picked from commit ed464680f7
)
This commit is contained in:
parent
bc47ff21fe
commit
7ac382a860
1 changed files with 1 additions and 1 deletions
|
@ -999,7 +999,7 @@ public class Contacts.Contact : GLib.Object {
|
|||
string uri = detail.value;
|
||||
|
||||
if (/https?:\/\/www.facebook.com\/profile\.php\?id=[0-9]+$/.match(uri) ||
|
||||
/https?:\/\/www.facebook.com\/[a-zA-Z0-9]+$/.match(uri))
|
||||
/https?:\/\/www.facebook.com\/[a-zA-Z0-9.]+$/.match(uri))
|
||||
return _("Facebook");
|
||||
|
||||
if (/https?:\/\/twitter.com\/#!\/[a-zA-Z0-9]+$/.match(uri))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue