fix(Communities): adjust discord import error codes

Those have been changed in status-go, resulting in wrong visualization
of import warnings and errors.

This commit adjusts them so they match the correct codes again.
This commit is contained in:
Pascal Precht 2022-11-03 10:47:33 +01:00 committed by r4bbit.eth
parent 02d3398fbc
commit cabfaf1ed6
1 changed files with 3 additions and 3 deletions

View File

@ -501,9 +501,9 @@ QtObject {
}
enum DiscordImportErrorCode {
Unknown = 0,
Warning = 1,
Error = 2
Unknown = 1,
Warning = 2,
Error = 3
}
readonly property int communityImported: 0