fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-11-11 11:32 am

[dw-free] vCard: add Twitter

[commit: http://hg.dwscoalition.org/dw-free/rev/17fc89d53380]

http://bugs.dwscoalition.org/show_bug.cgi?id=4026

Add Twitter to vCard.

Patch by [personal profile] ninetydegrees.

Files modified:
  • cgi-bin/LJ/vCard.pm
--------------------------------------------------------------------------------
diff -r fe278652ad78 -r 17fc89d53380 cgi-bin/LJ/vCard.pm
--- a/cgi-bin/LJ/vCard.pm	Fri Nov 11 19:31:05 2011 +0800
+++ b/cgi-bin/LJ/vCard.pm	Fri Nov 11 19:33:21 2011 +0800
@@ -59,7 +59,7 @@
     }
 
     if ($u->share_contactinfo($remote)) {
-        my @chats = qw(aolim google_talk icq jabber msn skype yahoo);
+        my @chats = qw(aolim google_talk icq jabber msn skype twitter yahoo);
         foreach my $c (@chats) {
             my $field = uc $c;
             $field =~ s/_//g;
--------------------------------------------------------------------------------