We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea86b3 commit 6ce6e2fCopy full SHA for 6ce6e2f
MedocUpdates/TelegramChatsStorage.cs
@@ -73,7 +73,7 @@ public static bool Restore()
73
return false;
74
}
75
76
- long[] userIDs = Array.ConvertAll(userIDsStr, long.Parse);
+ long[] userIDs = Array.ConvertAll(userIDsStr, long.Parse); // TODO: try-catch
77
if(userIDs.Length <= 0)
78
{
79
Log.Write(LogLevel.NORMAL, "TelegramChatsStorage: Restore(): Cannot restore - convertation error");
0 commit comments