mirror of
https://github.com/metabolist/metatext
synced 2025-01-14 19:07:05 +01:00
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
Block a user