mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 17:42:45 +02:00
@@ -288,7 +288,6 @@ extension Analytics {
|
||||
/// - isDM: Whether the room is a DM.
|
||||
/// - isSpace: Whether the room is a Space.
|
||||
func trackViewRoom(asDM isDM: Bool, isSpace: Bool) {
|
||||
MXLog.debug("[Analytics] trackViewRoom (asDM:\(isDM), isSpace:\(isSpace), trigger:\(viewRoomTrigger.trigger?.rawValue ?? "unknown"), activeSpace:\(viewRoomActiveSpace.space?.rawValue ?? "unknown"))")
|
||||
let event = AnalyticsEvent.ViewRoom(activeSpace: viewRoomActiveSpace.space,
|
||||
isDM: isDM,
|
||||
isSpace: isSpace,
|
||||
|
||||
Reference in New Issue
Block a user