mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-11 01:32:49 +02:00
refactor various Arc<EventId> to OwnedEventId
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
5a335933b8
commit
6458f4b195
29 changed files with 142 additions and 152 deletions
|
@ -147,7 +147,7 @@ pub async fn handle_incoming_pdu<'a>(
|
|||
.bad_event_ratelimiter
|
||||
.write()
|
||||
.expect("locked")
|
||||
.entry(prev_id.into())
|
||||
.entry(prev_id)
|
||||
{
|
||||
| Entry::Vacant(e) => {
|
||||
e.insert((now, 1));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue