mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 02:27:40 -04:00
Limit the scope of callback suppression.
Per testing on Minkata, suppressing callbacks during all vault downloads has a deleterious effect on imagers. While my high level assumption is correct, vault downloads can encompass situations where we want notifications (eg re-downloading imager inbox folders, new age info vault fragments). Whoops!
This commit is contained in:
@ -385,7 +385,7 @@ bool plNCAgeJoiner::MsgReceive (plMessage * msg) {
|
||||
}
|
||||
else if (unsigned ageVaultId = NetCommGetAge()->ageVaultId) {
|
||||
// Download the age vault
|
||||
VaultDownload(
|
||||
VaultDownloadNoCallbacks(
|
||||
L"AgeJoin",
|
||||
ageVaultId,
|
||||
AgeVaultDownloadCallback,
|
||||
|
Reference in New Issue
Block a user