Bluesky: Added support for sensitive posts #1492

Merged
MrPetovan merged 1 commits from heluecht/friendica-addons:sensitive into develop 2024-03-26 17:12:21 +01:00
Owner

We now flag incoming posts as "sensitive", when the author has labelled it.

We now flag incoming posts as "sensitive", when the author has labelled it.
heluecht added 1 commit 2024-03-23 08:12:21 +01:00
MrPetovan reviewed 2024-03-23 14:26:02 +01:00
@ -1223,2 +1223,4 @@
}
if (!empty($post->labels)) {
foreach ($post->labels as $label) {
Owner

All labels are considered to make a post sensitive?

All labels are considered to make a post sensitive?
Author
Owner

According to what I found in my database, it is solely used for that purpose. I added some logging.

According to what I found in my database, it is solely used for that purpose. I added some logging.
MrPetovan added the
2024.06
label 2024-03-23 14:26:18 +01:00
heluecht force-pushed sensitive from 28524f1c36 to 340f5e627c 2024-03-23 22:06:06 +01:00 Compare
MrPetovan approved these changes 2024-03-26 17:12:17 +01:00
MrPetovan merged commit aea944c8b5 into develop 2024-03-26 17:12:21 +01:00
heluecht deleted branch sensitive 2024-03-26 22:43:16 +01:00
Sign in to join this conversation.
No description provided.