Exclude _followers only_ and _unlisted_ toots from being displayed #1

Closed
opened 2022-11-09 13:57:00 +01:00 by homer77 · 1 comment
Owner

As this script is meant to be included in public sites to display other folks content it should explicitly exclude any content that was marked with any other state than public by its author.

So:

  • add another conditional that checks the privacy state of the toot
  • if public: Go on.
  • else: next object
As this script is meant to be included in public sites to display other folks content it should explicitly exclude any content that was marked with any other state than public by its author. So: * add another conditional that checks the privacy state of the toot * if public: Go on. * else: next object
homer77 added the
enhancement
label 2022-11-09 13:57:01 +01:00
homer77 self-assigned this 2022-11-09 13:57:02 +01:00
Author
Owner

Seems that there's not need to.
The way this script pulls the descendants of the received toot obviously only includes public toots anyways.

So - nothing to do I guess?

Seems that there's not need to. The way this script pulls the descendants of the received toot obviously only includes public toots anyways. So - nothing to do I guess?
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: homer77/tootkomm#1
No description provided.