[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
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=4026
Add Twitter to vCard.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
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; --------------------------------------------------------------------------------