This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
conduwuit
Watch
1
Star
0
Fork
You've already forked conduwuit
0
mirror of
https://github.com/girlbossceo/conduwuit.git
synced
2025-12-12 02:09:00 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
785ddfc4aa
conduwuit
/
src
/
service
/
rooms
/
metadata
/
data.rs
6 lines
94 B
Rust
Raw
Normal View
History
Unescape
Escape
fix: some compile time errors Only 174 errors left!
2022-09-06 23:15:09 +02:00
use
ruma
::
RoomId
;
Work on rooms/state, database, alias, directory, edus services, event_handler, lazy_loading, metadata, outlier, and pdu_metadata
2022-06-25 16:12:23 +02:00
pub
trait
Data
{
fn
exists
(
&
self
,
room_id
:
&
RoomId
)
->
Result
<
bool
>
;
}
Reference in a new issue
Copy permalink