mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
sync module: clear buffer before sending preferences
Change-Id: I51f79c4346deedf148016fb4acdb47fa8f3f2c19
This commit is contained in:
@ -102,7 +102,7 @@ SyncModule::Impl::syncInfos(const std::shared_ptr<dhtnet::ChannelSocket>& socket
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
buffer.clear();
|
||||
auto convModule = acc->convModule(true);
|
||||
if (!convModule)
|
||||
return;
|
||||
|
Reference in New Issue
Block a user