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

feat: add device message for imported contacts after configuration #6195

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Septias
Copy link
Collaborator

@Septias Septias commented Nov 10, 2024

Add a short device message about how many contacts were added during configuration.

close #3299

Add a short info message about how many contacts were added during
configuration.
Comment on lines +522 to +525
let mut msg = Message::new_text(format!(
"Added {} contacts from outgoing chats",
count
));
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should probably be a translated message

@Septias
Copy link
Collaborator Author

Septias commented Nov 11, 2024

Seems like this crashes some tests because the device message is created at some point after configure when imap gets idle, so tests that rely on message order just get some random message.

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

Successfully merging this pull request may close these issues.

trigger a device message about automatic adding of contacts
1 participant