mirror of
https://github.com/weechat/weechat.git
synced 2026-07-03 08:13:14 +02:00
relay/api: close obsolete buffers when reconnecting to the remote
This closes all buffers that exist locally but not on the remote any more, after reconnecting to the remote.
This commit is contained in:
@@ -185,6 +185,16 @@ TEST(RelayRemoteEvent, RemoveLocalVarCb)
|
||||
/* TODO: write tests */
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* relay_remote_event_initial_sync_buffers
|
||||
*/
|
||||
|
||||
TEST(RelayRemoteEvent, InitialSyncBuffers)
|
||||
{
|
||||
/* TODO: write tests */
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* relay_remote_event_cb_buffer
|
||||
|
||||
Reference in New Issue
Block a user