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

Can update user public note

This commit is contained in:
2020-04-27 19:21:30 +02:00
parent 88ea7e2431
commit 75e15f9f83
4 changed files with 35 additions and 5 deletions

View File

@ -16,7 +16,7 @@ class GeneralSettings {
bool publicFriendsList;
final String virtualDirectory;
String personalWebsite;
final String publicNote;
String publicNote;
GeneralSettings({
@required this.email,