asolfre / qwit

Automatically exported from code.google.com/p/qwit
GNU General Public License v3.0
0 stars 0 forks source link

Username check for own tweets is case-sensitive even if login isn't #146

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Enter a name in lower-case where the account name has some upper-case 
characters (e.g. enter "ibboard" when Twitter username is "IBBoard")
2. Enter password and log in
3.

What is the expected output? What do you see instead?
Expect: All of own posts show "Reply" and "Delete"
See: All of own posts show up like everyone else's with "Reply" and "Retweet"

What version of the product are you using? On what operating system?
Custom build of r323, available on openSUSE Build Service 
(https://build.opensuse.org/project/packages?project=home:IBBoard:desktop)

Please provide any additional information below.

Original issue reported on code.google.com by ibbo...@gmail.com on 13 Jun 2010 at 2:45

GoogleCodeExporter commented 9 years ago
Should work since r342

Original comment by artem.iglikov on 16 Jun 2010 at 4:41

GoogleCodeExporter commented 9 years ago
in r342 commit, there's missing "not" operator.
there should be ! operator in front of message.username.~ statement.

Original comment by itsky...@gmail.com on 21 Jun 2010 at 2:47

Attachments:

GoogleCodeExporter commented 9 years ago
I believe, it fixed, thanks.

Original comment by artem.iglikov on 10 Aug 2010 at 4:44