mirror of
				https://github.com/Telecominfraproject/wlan-cloud-ucentralsec.git
				synced 2025-10-31 10:47:48 +00:00 
			
		
		
		
	Moving Avatars into ORM
This commit is contained in:
		| @@ -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)); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 stephb9959
					stephb9959