Skip to content

Commit 9868681

Browse files
committed
2 parents 92e816f + 5746a36 commit 9868681

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Packages/Account/Sources/Account/AccountsList/AccountsListRow.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import Combine
2+
import AppAccount
23
import DesignSystem
34
import EmojiText
45
import 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
}

0 commit comments

Comments
 (0)