ui: Fix a typo
This commit is contained in:
committed by
Jonas Platte
parent
03c70220a1
commit
0dcfe4f4f5
@@ -226,7 +226,7 @@ impl TimelineBuilder {
|
||||
let start_token = start_token.clone();
|
||||
async move {
|
||||
while ignore_user_list_stream.next().await.is_some() {
|
||||
// Same as `Timeline::reset`, but Timeline is s not clonable
|
||||
// Same as `Timeline::reset`, but Timeline is not clonable
|
||||
// and we need to avoid circular references
|
||||
let mut start_lock = start_token.lock().await;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user