Skip to content

Commit

Permalink
Remove 'fetch game chat history' endpoint
Browse files Browse the repository at this point in the history
We are no longer uploading chat messages from games.
Endpoint removed on client, no longer needed on server.
  • Loading branch information
DanVanAtta committed Jul 26, 2024
1 parent a22f674 commit 0de9b66
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 118 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
import org.triplea.spitfire.server.controllers.lobby.moderation.AccessLogController;
import org.triplea.spitfire.server.controllers.lobby.moderation.BadWordsController;
import org.triplea.spitfire.server.controllers.lobby.moderation.DisconnectUserController;
import org.triplea.spitfire.server.controllers.lobby.moderation.GameChatHistoryController;
import org.triplea.spitfire.server.controllers.lobby.moderation.ModeratorAuditHistoryController;
import org.triplea.spitfire.server.controllers.lobby.moderation.ModeratorsController;
import org.triplea.spitfire.server.controllers.lobby.moderation.MuteUserController;
Expand Down Expand Up @@ -127,7 +126,6 @@ public void run(final SpitfireServerConfig configuration, final Environment envi
CreateAccountController.build(jdbi),
DisconnectUserController.build(jdbi, chatters, playerConnectionMessagingBus),
ForgotPasswordController.build(configuration, jdbi),
GameChatHistoryController.build(jdbi),
GameHostingController.build(jdbi),
GameListingController.build(gameListing),
LobbyWatcherController.build(configuration, jdbi, gameListing),
Expand Down

This file was deleted.

0 comments on commit 0de9b66

Please sign in to comment.