Compare commits
2 Commits
fcca9b4ea7
...
8ab3d67542
| Author | SHA1 | Date |
|---|---|---|
|
|
8ab3d67542 | |
|
|
1b31ca39b4 |
|
|
@ -78,6 +78,9 @@ async fn list_custom_responses_for_user(ctx: ManifoldContext<'_>, target: sereni
|
|||
return Ok(())
|
||||
}
|
||||
|
||||
drop(db);
|
||||
drop(userinfo);
|
||||
|
||||
manifold::helpers::paginate(ctx, reply_handle, pages, 0).await?;
|
||||
|
||||
Ok(())
|
||||
|
|
|
|||
Loading…
Reference in New Issue