Revert "Append #nfsw when the AP sensitive property is true."

This reverts commit 1ca67c987e.
various-fixes
Alain St-Denis 2023-03-11 18:05:20 -05:00
rodzic c574f69adc
commit 7bcb1694d4
1 zmienionych plików z 0 dodań i 5 usunięć

Wyświetl plik

@ -869,11 +869,6 @@ class Note(Object, RawContentMixin):
if getattr(self, 'target_id'): self.entity_type = 'Comment'
# add nsfw tag. TODO: add a client app content property for this?
# TODO: prepend with the summary property? Needs support from the client app.
if self.sensitive:
self.raw_content += ' #nsfw'
def add_tag_objects(self) -> None:
"""
Populate tags to the object.tag list.