mirror of
https://github.com/element-hq/element-call.git
synced 2026-07-02 09:11:53 +00:00
0a572a9528
The rule of thumb to avoid resource leaks is that you should never call ObservableScope methods in a callback unless the ObservableScope is directly passed to or created inside that callback. I had a go at codifying this as a lint rule.