mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 23:31:24 +01:00
add comment explaining that failed media keys are logged
This commit is contained in:
parent
ed789e6536
commit
bdb623cb07
1 changed files with 1 additions and 0 deletions
|
|
@ -809,6 +809,7 @@ impl Service {
|
|||
let mut failed_keys = 0;
|
||||
while let Some(mxc) = rx.recv().await {
|
||||
let Ok(mxc) = mxc else {
|
||||
// Error details are logged by media::iter_all
|
||||
failed_keys += 1;
|
||||
continue;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue