1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-19 00:05:16 +00:00

Can update "allow posts from friends" setting

This commit is contained in:
2020-04-27 18:58:18 +02:00
parent 9e5decae61
commit 38c1474d2e
3 changed files with 24 additions and 7 deletions

View File

@ -11,7 +11,7 @@ class GeneralSettings {
String lastName;
UserPageVisibility pageVisibility;
bool allowComments;
final bool allowPostsFromFriends;
bool allowPostsFromFriends;
bool allowComunicEmails;
final bool publicFriendsList;
final String virtualDirectory;