forked from Qortal/qortal
Previously GET /chats/active/{address} would only return an active group chat entry where 'address' was a member AND there was an existing CHAT transaction with the same tx_group_id (and no recipient). Now the response contains entries for ALL groups where 'address' is a member, regardless of an existing CHAT transactions, omitting the 'timestamp' entry if there are none.