Skip to content

Commit

Permalink
removed chat capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpitsikoulis committed Jul 13, 2024
1 parent e7eb3d7 commit f47e3ae
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 535 deletions.
10 changes: 10 additions & 0 deletions migrations/20240713220812_delete_chat_entities.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
DROP TABLE direct_messages;
DROP TABLE dm_threads;
DROP TABLE server_message_reads;
DROP TABLE server_message_reactions;
DROP TABLE server_messages;
DROP TABLE server_threads;
DROP TABLE group_chat_message_reads;
DROP TABLE group_chat_message_reactions;
DROP TABLE group_chat_messages;
DROP TABLE group_chat_members;
184 changes: 0 additions & 184 deletions src/domain/chat/direct_message.rs

This file was deleted.

3 changes: 0 additions & 3 deletions src/domain/chat/mod.rs

This file was deleted.

1 change: 0 additions & 1 deletion src/domain/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
pub mod chat;
pub mod confirmation_token;
pub mod email;
pub mod server;
Expand Down
3 changes: 1 addition & 2 deletions src/handlers/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
pub mod health_check;
pub mod middleware;
pub mod server;
pub mod user;
pub mod websockets;
pub mod user;
133 changes: 0 additions & 133 deletions src/handlers/websockets/chat/message.rs

This file was deleted.

Loading

0 comments on commit f47e3ae

Please sign in to comment.