Cannot interact with mentions
Bug #1258460 reported by
Kai Mast
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
friends-app (Ubuntu) |
Fix Released
|
Undecided
|
Kai Mast |
Bug Description
If a user is mentioned in a post, I would expect clicking on his/her name brings me to the profile page. Instead nothing happens.
Also, clicking the avatar brings me to the web-version of the post. I would expect that this brings me to the profile page too.
Related branches
lp://staging/~kai-mast/friends/links
- PS Jenkins bot (community): Needs Fixing (continuous-integration)
- Robert Bruce Park: Approve
-
Diff: 437 lines (+361/-17)4 files modifiedfriends/protocols/twitter.py (+48/-15)
friends/tests/data/twitter-hashtags.dat (+94/-0)
friends/tests/data/twitter-multiple-links.dat (+144/-0)
friends/tests/test_twitter.py (+75/-2)
Changed in friends-app (Ubuntu): | |
status: | In Progress → Fix Committed |
Changed in friends-app (Ubuntu): | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Thought a little about this.
An easy fix would be to encode mentions as links in the protocols. However, that way they would open the web profile of the specific person.
Another -- proper -- solution would be to expose the mentions a property of the status update, but that would mean changing the data model.
Thoughts?