mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
@@ -28,8 +28,11 @@ public class UserIndicatorQueue {
|
||||
}
|
||||
}
|
||||
|
||||
public static let shared = UserIndicatorQueue()
|
||||
private var queue = [Weak<UserIndicator>]()
|
||||
private var queue: [Weak<UserIndicator>]
|
||||
|
||||
public init() {
|
||||
queue = []
|
||||
}
|
||||
|
||||
/// Add a new indicator to the queue by providing a request.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user