Privacy: Tagebuch-Einträge aus Freunde-Aktivitäts-Feed entfernt

Tagebücher sind privat — auch Freunde sollen keine Einblicke bekommen
This commit is contained in:
rene 2026-04-19 11:12:54 +02:00
parent 6d757b86c2
commit 9115f55dac
3 changed files with 2 additions and 23 deletions

View file

@ -206,7 +206,6 @@ window.Page_friends = (() => {
const FILTERS = [
{ key: 'alle', label: 'Alle' },
{ key: 'diary', label: 'Tagebuch' },
{ key: 'walk', label: 'Gassi-Treffen' },
{ key: 'forum', label: 'Forum' },
{ key: 'health', label: 'Gesundheit' },
@ -268,7 +267,6 @@ window.Page_friends = (() => {
}
const _ACTIVITY_PAGE = {
diary: 'diary',
health: 'health',
walk: 'walks',
forum: 'forum',