neharob / hotot

Automatically exported from code.google.com/p/hotot
0 stars 0 forks source link

Hotot doesn't send a source #375

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 0f1e01cac704.

Original comment by 5h3l...@gmail.com on 11 Jun 2011 at 2:44