This is really a question for George K, but I thought I'd keep everything on the ML in case anyone else knows.<div><br></div><div>I've stolen KCall code for keeping a models of members in a chat into the text UI. </div>
<div>However it didn't work out the box due to the following line:</div><div><br></div><div><div> if ( channel->interfaces().contains(TELEPATHY_INTERFACE_CHANNEL_INTERFACE_GROUP)) {</div></div><div> //do everything here</div>
<div>}</div><div><br></div><div>My group text channels that I've tested (IRC) don't contain that particular interface, yet all the calls</div><div> "channel->groupContacts()" all work correctly. If I remove this 'if' statement everything works.</div>
<div><br></div><div>I don't want to just delete code without understanding it was for.</div><div><br></div><div>Thanks</div><div><br></div><div>Dave</div>