message history for dm
This commit is contained in:
@@ -25,7 +25,6 @@ func main() {
|
||||
http.HandleFunc("/mod/user/appearence", withCORS(HttpHandleUserModifyAppearance))
|
||||
http.HandleFunc("/mod/user/about", withCORS(HttpHandleUserModifyAbout))
|
||||
http.HandleFunc("/mod/connection/accept", withCORS(HttpHandleUserElevateConnection))
|
||||
http.HandleFunc("/mod/connection/delete", withCORS(HttpHandleUserDeleteConnection))
|
||||
http.HandleFunc("/mod/group/addusers", withCORS(HttpHandleGroupAddUsers))
|
||||
http.HandleFunc("/mod/group/removeusers", withCORS(HttpHandleGroupRemoveUser))
|
||||
http.HandleFunc("/mod/group/color", withCORS(HttpHandleGroupChangeColor))
|
||||
@@ -33,9 +32,11 @@ func main() {
|
||||
|
||||
http.HandleFunc("/get/groups", withCORS(HttpHandleGroupsGetWithoutMembers))
|
||||
http.HandleFunc("/get/connections", withCORS(HttpHandleUserGetConnections))
|
||||
|
||||
http.HandleFunc("/get/connection/messages", withCORS(HttpHandleUserGetConnectionMessages))
|
||||
http.HandleFunc("/get/group/members", withCORS(HttpHandleGroupMembersGet))
|
||||
|
||||
http.HandleFunc("/del/group", withCORS(HttpHandleGroupDelete))
|
||||
http.HandleFunc("/del/connection", withCORS(HttpHandleUserDeleteConnection))
|
||||
|
||||
http.HandleFunc("/msg/user", withCORS(HttpHandleUserMessage))
|
||||
http.HandleFunc("/msg/group", withCORS(HttpHandleGroupMessage))
|
||||
|
||||
Reference in New Issue
Block a user