Merge branch 'main' into amber

This commit is contained in:
greenart7c3
2023-09-01 05:12:29 -03:00
committed by GitHub
27 changed files with 634 additions and 254 deletions
@@ -21,7 +21,7 @@ class LnZapEvent(
fromJson(it)
} as? LnZapRequestEvent
} catch (e: Exception) {
Log.e("LnZapEvent", "Failed to Parse Contained Post ${description()}", e)
Log.w("LnZapEvent", "Failed to Parse Contained Post ${description()}", e)
null
}