famedly / matrix-dart-sdk

Matrix SDK written in pure Dart.
GNU Affero General Public License v3.0
58 stars 31 forks source link

Error in Matrix logs on startup #1751

Closed cofirazak closed 3 months ago

cofirazak commented 5 months ago

Checklist

In which Project did the bug appear?

Other

If you selected \"Other\" as Project, please enter in which project the bug occurred.

famedly/matrix-dart-sdk

On which platform did the bug appear?

iOS

SDK Version

0.26.1

Describe the problem caused by this bug

On startup method PushruleEvaluator.fromRuleset(PushRuleSet ruleset) – receives PushRuleSet including unknown for matrix-dart-sdk 0.26.1 conditions of kind event_property_contains and event_property_is.

(app keeps working with this)

As the result we see this in logs:

Снимок экрана 2024-03-26 в 21 52 36 Снимок экрана 2024-03-26 в 21 05 55

Steps To Reproduce

Run on Android or iOS a project using matrix-dart-sdk version 0.26.1

Screenshots or Logs

Снимок экрана 2024-03-26 в 20 52 49 Снимок экрана 2024-03-26 в 20 54 30

Security related

No response

krille-chan commented 5 months ago

Thanks for opening the issue. We will take a look on it :)

krille-chan commented 3 months ago

Duplication of https://github.com/famedly/product-management/issues/1539