You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd love to have a profile picture of a sender in the desktop notification (if they have it). For that to work, I assume the avatars would need to be stored on disk.
Then we'd be able to pass them to Notification::new().summary(summary).body(text).image_path(avatar_path).show() like so.
I couldn't find anything about profiles in the code, how difficult do you think it would be to get the avatars saved? Could you share some pointers how you would implement this?
The text was updated successfully, but these errors were encountered:
I'd love to have a profile picture of a sender in the desktop notification (if they have it). For that to work, I assume the avatars would need to be stored on disk.
Then we'd be able to pass them to
Notification::new().summary(summary).body(text).image_path(avatar_path).show()
like so.I couldn't find anything about profiles in the code, how difficult do you think it would be to get the avatars saved? Could you share some pointers how you would implement this?
The text was updated successfully, but these errors were encountered: