Telegram Desktop messaging app
-
Updated
Jan 26, 2022 - C++
Currently Dino uses "%02x" to format XEP-0320 fingerprint octets, but XEP-0320 is based on the RFC 4572's Fingerprint Attribute, which requires uppercase hexadecimal bytes; would be
Add a description, image, and links to the messenger topic page so that developers can more easily learn about it.
To associate your repository with the messenger topic, visit your repo's landing page and select "manage topics."
Add custom clj-kondo hooks for macroses to ensure that lint rules are followed inside them.
Macros to be handled:
fx/defn- similarly to defn with check on metadata for::eventsfx/merge- seems like it could be lint'ed as thread macro, plus warn on limitationsdefviewletsubs- lint as let + check on types for