add url to signature closes #499
This commit is contained in:
parent
6a40375b6a
commit
10ede04aee
1 changed files with 1 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ class Newspaper20minutesBackend(BaseBackend, ICapMessages):
|
|||
date=thread.date,
|
||||
parent=None,
|
||||
content=content.body,
|
||||
signature='URL: %s' % content.url,
|
||||
flags=flags,
|
||||
children= [])
|
||||
return thread
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue