Moving Avatars into ORM

This commit is contained in:
stephb9959
2021-12-27 23:19:14 -08:00
parent 2c513d8374
commit 784fc3256b
13 changed files with 167 additions and 321 deletions

View File

@@ -63,7 +63,7 @@ namespace OpenWifi {
// nothing to do
}
StorageService()->DeleteAvatar(UserInfo_.userinfo.email,Id);
StorageService()->AvatarDB().DeleteAvatar(UserInfo_.userinfo.email,Id);
StorageService()->PreferencesDB().DeletePreferences(UserInfo_.userinfo.email,Id);
Logger_.information(Poco::format("Remove all tokens for '%s'", UserInfo_.userinfo.email));