oxidetalis/crates/oxidetalis_entities/src
Awiteb fc0642fce6
All checks were successful
Write changelog / write-changelog (push) Successful in 4s
Update Contributors / Update Contributors (push) Successful in 4s
Rust CI / Rust CI (push) Successful in 4m40s
refactor: Refactor in_chat_requests table
- Rename `in_chat_requests` table to `incoming_chat`
- Send chat requests and responses when the user is online
- Remove `IncomingChatExt::remove_in_chat_request` trait function
- Rename `in_on` col of `incoming_chat` table to `received_timestamp`
- Add `accepted_response` col to `incoming_chat` table
- Rename `UserId` to `IdCol` and make it private

Reviewed-by: Amjad Alsharafi <me@amjad.alsharafi.dev>
Reviewed-on: #35
Signed-off-by: Awiteb <a@4rs.nl>
2024-07-30 08:47:11 +03:00
..
incoming_chat.rs refactor: Refactor in_chat_requests table 2024-07-30 08:47:11 +03:00
lib.rs refactor: Refactor in_chat_requests table 2024-07-30 08:47:11 +03:00
outgoing_chat_requests.rs refactor: Refactor in_chat_requests table 2024-07-30 08:47:11 +03:00
prelude.rs refactor: Refactor in_chat_requests table 2024-07-30 08:47:11 +03:00
users.rs refactor: Refactor in_chat_requests table 2024-07-30 08:47:11 +03:00
users_status.rs refactor: Refactor in_chat_requests table 2024-07-30 08:47:11 +03:00