mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
Fixing twitter status permalink.
This commit is contained in:
parent
025dd065fe
commit
76b48a5525
1 changed files with 1 additions and 1 deletions
|
@ -421,7 +421,7 @@ class FetchFeed:
|
||||||
|
|
||||||
story_data = {
|
story_data = {
|
||||||
'title': tweet.text,
|
'title': tweet.text,
|
||||||
'link': "https://twitter.com/statuses/%s" % tweet.id,
|
'link': "https://twitter.com/%s/status/%s" % (username, tweet.id),
|
||||||
'description': content,
|
'description': content,
|
||||||
'author_name': username,
|
'author_name': username,
|
||||||
'categories': categories,
|
'categories': categories,
|
||||||
|
|
Loading…
Add table
Reference in a new issue