mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Added TODO for handling room config form request errors
This commit is contained in:
parent
2ad4c7b4e0
commit
6166d456e8
@ -620,6 +620,7 @@ static int
|
||||
_room_config_handler(xmpp_conn_t * const conn, xmpp_stanza_t * const stanza,
|
||||
void * const userdata)
|
||||
{
|
||||
// TODO handle errors
|
||||
const char *id = xmpp_stanza_get_attribute(stanza, STANZA_ATTR_ID);
|
||||
|
||||
if (id != NULL) {
|
||||
|
Loading…
Reference in New Issue
Block a user