refactor: Refactor in_chat_requests table #35

Manually merged
awiteb merged 7 commits from awiteb/rename-chat-request-table-and-save-respnse-in-it into master 2024-07-30 10:39:04 +02:00 AGit

7 commits

Author SHA1 Message Date
9218f205df
feat: Send chat requests and responses when the user is online
All checks were successful
DCO checker / DCO checker (pull_request) Successful in 3s
Rust CI / Rust CI (pull_request) Successful in 4m55s
Signed-off-by: Awiteb <a@4rs.nl>
2024-07-29 14:22:48 +03:00
1249d9c8bf
chore: Remove remove_in_chat_request trait function
Signed-off-by: Awiteb <a@4rs.nl>
2024-07-29 14:01:27 +03:00
476bffb37b
refactor: Refactor chat request and response
All checks were successful
DCO checker / DCO checker (pull_request) Successful in 7s
Rust CI / Rust CI (pull_request) Successful in 5m35s
Signed-off-by: Awiteb <a@4rs.nl>
2024-07-28 12:03:57 +03:00
d1ca5c0a48
change: Rename in_on col of incoming_chat table to received_timestamp
Signed-off-by: Awiteb <a@4rs.nl>
2024-07-28 11:07:00 +03:00
c8693eeb3e
feat: Add accepted_response col to incoming_chat table
Signed-off-by: Awiteb <a@4rs.nl>
2024-07-28 11:03:59 +03:00
f0383296de
change: Rename UserId to IdCol and make it private
Signed-off-by: Awiteb <a@4rs.nl>
2024-07-28 10:59:05 +03:00
0274444434
refactor: Rename in_chat_requests table to incoming_chat
Signed-off-by: Awiteb <a@4rs.nl>
2024-07-28 10:58:52 +03:00