mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-31 22:20:12 +00:00
Stripping tags from shared links on twitter/fb.
This commit is contained in:
parent
9a3b76c808
commit
77fbe799d9
1 changed files with 1 additions and 1 deletions
|
@ -1680,7 +1680,7 @@ class MSharedStory(mongo.Document):
|
|||
)
|
||||
|
||||
def generate_post_to_service_message(self, include_url=True):
|
||||
message = self.comments
|
||||
message = strip_tags(self.comments)
|
||||
if not message or len(message) < 1:
|
||||
message = self.story_title
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue