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
There are currently a few improvement ideas for enhancing the notifications or fixing bugs:
The notifications currently only show a generic profile picture (probably created by the authorName) and does not use the Artemis specific profile pictures
Implementation hints: In CommunicationNotificationManagerImpl.buildMessagingStyle we would need to use person.setIcon(...) and previously store the image url in the CommunicationMessageEntity
There are currently a few improvement ideas for enhancing the notifications or fixing bugs:
CommunicationNotificationManagerImpl.buildMessagingStyle
we would need to useperson.setIcon(...)
and previously store the image url in theCommunicationMessageEntity
The text was updated successfully, but these errors were encountered: