Skip to content

Commit

Permalink
Update ChatManager.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinSchildhorn committed Apr 4, 2024
1 parent a4c3025 commit 58aced5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Droidcon/Droidcon/Chat/ChatManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class ChatManager {
name: userData.name,
imageURL: userData.url
),
token: .development(userId: userData.id)
token: .development(userId: userData.id) // TODO: Replace with Token from backend
) { error in
if let error = error {
// Some very basic error handling only logging the error.
Expand Down

0 comments on commit 58aced5

Please sign in to comment.