Ignore:
Timestamp:
Sep 14, 2009, 9:59:29 PM (15 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, release-1.10, release-1.7, release-1.8, release-1.9
Children:
e010ee0
Parents:
8462b38
git-author:
Nelson Elhage <nelhage@mit.edu> (09/14/09 21:54:20)
git-committer:
Nelson Elhage <nelhage@mit.edu> (09/14/09 21:59:29)
Message:
Rename some configuration options to be shorter.

default_sender => default
show_unsubscribed_replies => show_mentions

Accept the old names for backwards compatibility.
File:
1 edited

Legend:

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

    r8462b38 r385dd69  
    126126}
    127127
    128 $default_handle = first {$_->{cfg}->{default_sender}} @twitter_handles;
     128$default_handle = first {$_->{cfg}->{default}} @twitter_handles;
    129129if (!$default_handle && @twitter_handles) {
    130130    $default_handle = $twitter_handles[0];
Note: See TracChangeset for help on using the changeset viewer.