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:
parent
6d757b86c2
commit
9115f55dac
3 changed files with 2 additions and 23 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Router, State-Management, Navigation, Initialisierung.
|
||||
============================================================ */
|
||||
|
||||
const APP_VER = '222'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||
const APP_VER = '223'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||
|
||||
const App = (() => {
|
||||
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue