Modify ↓
Opened at 2015-06-11T08:54:16Z
Last modified at 2017-07-19T17:05:02Z
#1218 new defect
Twitter prefix length not configurable
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | wishlist | Milestone: | |
Component: | BitlBee | Version: | 3.4 |
Keywords: | Cc: | ||
IRC client+version: | Client-independent | Operating System: | Public server |
OS version/distro: |
Description
The length of prefix/reply ids is hardcoded to be 2, instead of allowing a configurable length - this is probably linked to the hardcoded TWITTER_LOG_LENGTH of 256 as well. Busy timelines don't get proper representation.
Attachments (0)
Change History (2)
comment:1 Changed at 2015-10-20T05:41:07Z by
Priority: | normal → wishlist |
---|
comment:2 Changed at 2017-07-19T17:05:02Z by
Note: See
TracTickets for help on using
tickets.
While the following patch doesn't address making the hard-coded TWITTER_LOG_LENGTH variable configurable from an end-user perspective, but it does increase it to 65535, which is much more manageable for busy timelines, preventing users from replying to the wrong tweet.