Add account name when replying
This commit is contained in:
parent
281a7afd7c
commit
7eef46b60a
|
@ -64,6 +64,10 @@ public final class NewStatusViewModel: ObservableObject {
|
|||
compositionViewModel = CompositionViewModel(eventsSubject: compositionEventsSubject)
|
||||
}
|
||||
|
||||
if let inReplyTo = inReplyTo {
|
||||
compositionViewModel.text = inReplyTo.accountName.appending(" ")
|
||||
}
|
||||
|
||||
compositionViewModels = [compositionViewModel]
|
||||
|
||||
allIdentitiesService.authenticatedIdentitiesPublisher()
|
||||
|
|
Loading…
Reference in New Issue