Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Implement dynamic UI updates for our OMEMO keys list #1101

Open
2 tasks done
tmolitor-stud-tu opened this issue Jul 1, 2024 · 1 comment
Open
2 tasks done

Comments

@tmolitor-stud-tu
Copy link
Member

Precondition

  • I understood that this template is only for feature requests and not for bug reports

Cross-checked related issues?

Describe your feature

Make the whole OmemoKeys.swift file dynamic by adding several [[MLNotificationQueue currentQueue] postNotificationName:[...] object:self.account userInfo:@{[...]}]; notifications to MLOMEMO.m and using them in the omemo view by .onReceive(NotificationCenter.default.publisher(for: NSNotification.Name("[...]")).receive(on: RunLoop.main)) { notification in [...] }

The view should dynamically show all changes in trust, and newly added or removed keys as well as newly added or removed users in a group (and their keys).

@matthewrfennell That one could be something for you, I guess :)

@tmolitor-stud-tu
Copy link
Member Author

Notification names can be defined in MLConstants.h

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant