| author | Matthew Wild
<mwild1@gmail.com> 2025-05-16 10:25:55 UTC |
| committer | Stephen Paul Weber
<singpolyma@singpolyma.net> 2025-09-29 13:43:04 UTC |
| parent | 6bcf1410e83a95fe1e912dd9f8d0a5fc13058a67 |
| snikket/OMEMO.hx | +1 | -0 |
diff --git a/snikket/OMEMO.hx b/snikket/OMEMO.hx index b496948..cd42a00 100644 --- a/snikket/OMEMO.hx +++ b/snikket/OMEMO.hx @@ -197,6 +197,7 @@ class OMEMOStore extends SignalProtocolStore { @:structInit class OMEMOPayloadKey { + // FIXME: Add identifier here, required for OMEMO 2 public final rid:Int; public final prekey:Bool; public final encodedKey:String;