mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
commit
313ab5d55a
@ -2608,7 +2608,7 @@ static int
|
|||||||
_mam_buffer_commit_handler(xmpp_stanza_t* const stanza, void* const userdata)
|
_mam_buffer_commit_handler(xmpp_stanza_t* const stanza, void* const userdata)
|
||||||
{
|
{
|
||||||
ProfChatWin* chatwin = (ProfChatWin*)userdata;
|
ProfChatWin* chatwin = (ProfChatWin*)userdata;
|
||||||
// Remove the "Loading messages …" message
|
// Remove the "Loading messages…" message
|
||||||
buffer_remove_entry(((ProfWin*)chatwin)->layout->buffer, 0);
|
buffer_remove_entry(((ProfWin*)chatwin)->layout->buffer, 0);
|
||||||
chatwin_db_history(chatwin, NULL, NULL, TRUE);
|
chatwin_db_history(chatwin, NULL, NULL, TRUE);
|
||||||
return 0;
|
return 0;
|
||||||
|
@ -91,7 +91,7 @@ ox_announce_public_key(const char* const filename)
|
|||||||
{
|
{
|
||||||
assert(filename);
|
assert(filename);
|
||||||
|
|
||||||
cons_show("Announce OpenPGP Key for OX %s …", filename);
|
cons_show("Announce OpenPGP Key for OX %s…", filename);
|
||||||
log_info("[OX] Announce OpenPGP Key of OX: %s", filename);
|
log_info("[OX] Announce OpenPGP Key of OX: %s", filename);
|
||||||
|
|
||||||
// key the key and the fingerprint via GnuPG from file
|
// key the key and the fingerprint via GnuPG from file
|
||||||
|
Loading…
Reference in New Issue
Block a user