docs(api): update API documentation with new session listing endpoint
feat(session): add API endpoint to list active sessions
This commit is contained in:
+1
-1
@@ -271,7 +271,7 @@ func JoinSession(userID int, userName string, token string) error {
|
||||
}
|
||||
|
||||
sessionMap[sessionID] = session
|
||||
postLog.Info(fmt.Sprintf("[JoinSession] User [%d]%s joined session %s with token %s", userID, userName, sessionID, token))
|
||||
postLog.Debug(fmt.Sprintf("[JoinSession] User [%d]%s joined session %s with token %s", userID, userName, sessionID, token))
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user