Store blobs from the worker threads. Let's see if this is a good idea.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4326 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2023-06-17 14:05:23 +00:00
parent 7d562ce85c
commit 39ac215b5a
2 changed files with 47 additions and 5 deletions

View File

@ -3236,6 +3236,10 @@ void tf_ssb_notify_message_added(tf_ssb_t* ssb, const char* id)
for (tf_ssb_connection_t* connection = ssb->connections; connection; connection = connection->next)
{
if (!connection->message_requests_count)
{
continue;
}
tf_ssb_connection_message_request_t* message_request =
bsearch(
author_string,