Skip to content

Commit

Permalink
fixup! Isolate pending interaction logic in separate model
Browse files Browse the repository at this point in the history
Remove unused field.
  • Loading branch information
igorkravchenko committed Dec 2, 2024
1 parent 1554b2c commit c4efd3c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import Combine

extension SecureConversations {
final class PendingInteraction: ObservableObject {
private(set) var cancellables: Set<AnyCancellable> = []
@Published private(set) var pendingStatus = false
@Published private(set) var unreadMessageCount = 0
@Published private(set) var hasPendingInteraction = false
Expand Down

0 comments on commit c4efd3c

Please sign in to comment.