File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Packages/Account/Sources/Account/AccountsList Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 11import Combine
2+ import AppAccount
23import DesignSystem
34import EmojiText
45import Env
@@ -27,6 +28,8 @@ public struct AccountsListRow: View {
2728 @Environment ( RouterPath . self) private var routerPath
2829 @Environment ( MastodonClient . self) private var client
2930 @Environment ( QuickLook . self) private var quickLook
31+ @Environment ( StreamWatcher . self) private var watcher
32+ @Environment ( AppAccountsManager . self) private var appAccountsManager
3033
3134 @State var viewModel : AccountsListRowViewModel
3235
@@ -157,6 +160,8 @@ public struct AccountsListRow: View {
157160 . environment ( client)
158161 . environment ( quickLook)
159162 . environment ( routerPath)
163+ . environment ( watcher)
164+ . environment ( appAccountsManager)
160165 }
161166 }
162167}
You can’t perform that action at this time.
0 commit comments