diff --git a/src/ssb.rpc.c b/src/ssb.rpc.c index 1e5b985f..074806f4 100644 --- a/src/ssb.rpc.c +++ b/src/ssb.rpc.c @@ -1009,9 +1009,7 @@ static void _tf_ssb_connection_send_history_stream( .end_request = end_request, }; snprintf(async->author, sizeof(async->author), "%s", author); - char key[128]; - snprintf(key, sizeof(key), "%s:%" PRId64, author, sequence); - tf_ssb_connection_schedule_idle(connection, key, _tf_ssb_connection_send_history_stream_callback, async); + tf_ssb_connection_schedule_idle(connection, author, _tf_ssb_connection_send_history_stream_callback, async); } }