mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-30 09:58:27 +02:00
Turns parsing failures into warnings.
This commit is contained in:
@@ -22,7 +22,7 @@ class CommunityPostApprovalEvent(
|
||||
fromJson(it, Client.lenient)
|
||||
}
|
||||
} catch (e: Exception) {
|
||||
Log.e("CommunityPostEvent", "Failed to Parse Contained Post $content", e)
|
||||
Log.w("CommunityPostEvent", "Failed to Parse Contained Post $content", e)
|
||||
null
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user