We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3cd152 commit 33e8028Copy full SHA for 33e8028
app/src/c/converse/conversation.c
@@ -46,7 +46,7 @@ Conversation* conversation_create() {
46
Conversation *conversation = bmalloc(sizeof(Conversation));
47
conversation->deleted_entries = 0;
48
conversation->entry_count = 0;
49
- conversation->entry_allocated = 3;
+ conversation->entry_allocated = 30;
50
conversation->entries = bmalloc(sizeof(ConversationEntry) * conversation->entry_allocated);
51
conversation->thread_id[0] = 0;
52
return conversation;
0 commit comments