we need to do this in web/native(/keyserver?) so created a small utility function
Depends on D9127
Differential D9129
[lib] utility function to get array of OneTimeKeys from an OLMOneTimeKeys object varun on Sep 11 2023, 10:37 AM. Authored by Tags None Referenced Files
Details we need to do this in web/native(/keyserver?) so created a small utility function Depends on D9127 called the function and got back an array of keys
Diff Detail
Event TimelineComment Actions Can we dedup this with the existing getOneTimeKeyValues? Looks like D8751 moves it around. It looks like that one does JSON.parse and this one doesn't... if necessary we can keep two of them around, but:
Comment Actions I found it confusing that we were using oneTimeKey instead of oneTimeKeys for arrays of keys so I changed that as well here |