.
Some checks failed
Rust / build (ubuntu-latest, stable) (push) Failing after 1m42s
Rust / build (ubuntu-latest, stable) (pull_request) Failing after 1m42s

This commit is contained in:
2026-02-11 15:24:04 +07:00
parent 9bee5f2a77
commit 0581cd2969
6 changed files with 126 additions and 688 deletions

View File

@@ -177,7 +177,9 @@ impl Room {
where
T: IntoIterator<Item = PublicKey>,
{
// Map receiver public keys to tags
let tags = Tags::from_list(receivers.into_iter().map(Tag::public_key).collect());
// Construct an unsigned event for a direct message
//
// WARNING: never sign this event