api: Remove not needed eventid clone
This commit is contained in:
parent
92e897e09d
commit
e2ae94ec11
1 changed files with 0 additions and 1 deletions
|
@ -309,7 +309,6 @@ pub fn mark_as_read(bk: &Backend, roomid: String, eventid: String) -> Result<(),
|
|||
"m.fully_read": eventid,
|
||||
"m.read": json!(null),
|
||||
});
|
||||
let e = eventid.clone();
|
||||
post!(&url, &attrs, |_| { }, |_| { } );
|
||||
|
||||
Ok(())
|
||||
|
|
Loading…
Reference in a new issue