Looks good 👍
Active Repositories
Active Repositories
Recent Activity
Recent Activity
Today
Today
bartek committed rCOMMd056fe07471c: [native] Verify prekey signatures when rotating (authored by bartek).
[native] Verify prekey signatures when rotating
bartek committed rCOMM7a6551bb4339: [native] Move prekey c++ helpers to separate files (authored by bartek).
[native] Move prekey c++ helpers to separate files
bartek committed rCOMMa6095a57d06a: [native] Add c++ util to parse ed25519 key from JSON blob (authored by bartek).
[native] Add c++ util to parse ed25519 key from JSON blob
bartek committed rCOMM1a9b49f0b07d: [native] Make CryptoModule::verifySignature accept OlmBuffer message (authored by bartek).
[native] Make CryptoModule::verifySignature accept OlmBuffer message
kamil committed rCOMMd43b444cee38: [lib][web][native] add comment in `AppState`s to update Notion doc (authored by kamil).
[lib][web][native] add comment in `AppState`s to update Notion doc
bartek published D14618: [native] Make CryptoModule::verifySignature accept OlmBuffer message for review.
bartek committed rCOMMcd492b16985e: [web] Rotate prekeys with invalid signature (authored by bartek).
[web] Rotate prekeys with invalid signature
bartek committed rCOMM3d78a988eec2: [lib] Fix QR generation happening before DB reset after logout (authored by bartek).
[lib] Fix QR generation happening before DB reset after logout
LGTM, but we can probably simplify it more later.
In staff-utils.js we have a way to show alert on every platform (getConfig().showAlert(title, message)), even though it's part of lib. Each platform implements its own way of showing the alert: on web it's window.alert(...), on mobile it's Alert.alert. Maybe we can do something similar for those alerts? Showing an alert seems like a common functionality, so maybe we can simplify it in other places too.
kamil published D14615: [lib][web][native] add comment in `AppState`s to update Notion doc for review.