What steps will reproduce the problem?
1. Send a dent with Hotot
What is the expected output? What do you see instead?
The resulting dent's source ("via: ") field should be "Hotot", but instead it's
"api", because Hotot sent an empty string for that parameter.
What version of the product are you using? On what operating system and
what Desktop Environment?
Latest (at the time of posting this) trunk, on Fedora 15.
Please provide any additional information below.
This only affects identi.ca/status.net, since it only occurs with basic auth;
Both Twitter and Status.net fill the field themselves when using OAuth.
It can be fixed (and works, at least during my testing) simply by changing line
19 of data/js/lib.twitterapi.js from
source: '',
to
source: 'Hotot',
Original issue reported on code.google.com by psq...@psquid.net on 6 Jun 2011 at 4:23
Original issue reported on code.google.com by
psq...@psquid.net
on 6 Jun 2011 at 4:23