This commit is contained in:
MarcoPolo-PasTonMolo
2022-07-05 11:30:04 +03:00
parent 4d6e95d691
commit b03c3bda98
4 changed files with 5 additions and 13 deletions

View File

@@ -2581,7 +2581,6 @@ static int
_mam_buffer_commit_handler(xmpp_stanza_t* const stanza, void* const userdata)
{
ProfChatWin* chatwin = (ProfChatWin*)userdata;
cons_show("Comitted history");
// Remove the "Loading messages ..." message
buffer_remove_entry(((ProfWin*)chatwin)->layout->buffer, 0);
chatwin_old_history(chatwin, NULL);