Update style edition to 2024

This commit is contained in:
Lambda 2025-02-21 20:45:58 +00:00
parent 6e0152d4e5
commit a4355fe8aa
121 changed files with 367 additions and 335 deletions

View file

@ -1,12 +1,13 @@
use ruma::{
api::client::threads::get_threads::v1::IncludeThreads, OwnedUserId, RoomId,
UserId,
OwnedUserId, RoomId, UserId,
api::client::threads::get_threads::v1::IncludeThreads,
};
use crate::{
Error, PduEvent, Result,
database::KeyValueDatabase,
service::{self, rooms::timeline::PduId},
services, utils, Error, PduEvent, Result,
services, utils,
};
impl service::rooms::threads::Data for KeyValueDatabase {