Fixed subject changed event using chat room username insteadf of subject

This commit is contained in:
Sylvain Berfini 2023-11-16 22:57:00 +01:00
parent c92d4982c6
commit 7cca8f1889

View file

@ -46,7 +46,7 @@ class EventModel @WorkerThread constructor(private val eventLog: EventLog) {
)
EventLog.Type.ConferenceSubjectChanged -> AppUtils.getFormattedString(
R.string.conversation_event_subject_changed,
getName()
eventLog.subject.orEmpty()
)
EventLog.Type.ConferenceParticipantSetAdmin -> AppUtils.getFormattedString(
R.string.conversation_event_admin_set,