Changeset c78d06f for lib/BarnOwl/Module


Ignore:
Timestamp:
Nov 9, 2009, 9:07:46 PM (14 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, release-1.10, release-1.7, release-1.8, release-1.9
Children:
9876953
Parents:
118d800
Message:
Properly set the 'private' attribute on direct messages.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/BarnOwl/Module/Twitter/Handle.pm

    r118d800 rc78d06f  
    222222                location  => decode_entities($tweet->{sender}{location}||""),
    223223                body      => decode_entities($tweet->{text}),
    224                 isprivate => 'true',
     224                private => 'true',
    225225                service   => $self->{cfg}->{service},
    226226                account   => $self->{cfg}->{account_nickname},
     
    270270                direction => 'out',
    271271                body      => $msg,
    272                 isprivate => 'true',
     272                private => 'true',
    273273                service   => $self->{cfg}->{service},
    274274               );
Note: See TracChangeset for help on using the changeset viewer.