-
Notifications
You must be signed in to change notification settings - Fork 111
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
Hook reaction pickers into the system's recently used keyboard emojis #3453
Conversation
Generated by 🚫 Danger Swift against 4f0c88b |
16c0c86
to
0e73444
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏
ElementX/Sources/Screens/Timeline/View/ItemMenu/TimelineItemMenuAction.swift
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
❌ 3 Tests Failed:
View the top 3 failed tests by shortest run time
To view individual test run time comparison to the main branch, go to the Test Analytics Dashboard |
Does this mean the information won't be sync'ed with Element Web's own tracking of frecently used emojis in account data? |
That's neat! |
@frebib indeed, this information is not synced, it's only device-specific. |
The way this works is by opening the
com.apple.EmojiPreferences
suite and then getting theEMFDefaults.EMFRecentsKey
from it. The same goes in opposite direction when chosing a reaction from the app.NB