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:28 am

[dw-free] vCard: add Twitter

[commit: http://hg.dwscoalition.org/dw-free/rev/3c4fbbf2acaa]

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

Add Twitter to vCard.

Patch by [personal profile] fu.

Files modified:
  • cgi-bin/LJ/vCard.pm
--------------------------------------------------------------------------------
diff -r 21b8783948b0 -r 3c4fbbf2acaa cgi-bin/LJ/vCard.pm
--- a/cgi-bin/LJ/vCard.pm	Fri Nov 11 18:10:28 2011 +0800
+++ b/cgi-bin/LJ/vCard.pm	Fri Nov 11 19:29:18 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;
--------------------------------------------------------------------------------