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

Get and show the list of conversations

This commit is contained in:
2019-04-23 14:35:41 +02:00
parent d10df9dd7a
commit 7666af0975
10 changed files with 246 additions and 11 deletions

View File

@ -0,0 +1,5 @@
/// Load error level
///
/// @author Pierre HUBERT
enum LoadErrorLevel {MINOR, MAJOR, NONE}