chat fe: disable advanced groupify

Introduced in #2546, the new functionality seems able to induce weird
behavior causing messages to be processed twice. Disabling this
functionality on the frontend until that has been fixed.
This commit is contained in:
Fang 2020-03-20 00:13:16 +01:00
parent 83fc700d41
commit 6182d61420
No known key found for this signature in database
GPG Key ID: EB035760C1BBA972

View File

@ -222,6 +222,7 @@ export class SettingsScreen extends Component {
Convert this chat into a group with associated chat, or select a
group to add this chat to.
</p>
{/*
<InviteSearch
groups={props.groups}
contacts={props.contacts}
@ -235,8 +236,9 @@ export class SettingsScreen extends Component {
setInvite={this.changeTargetGroup}
/>
{inclusiveToggle}
*/}
<a onClick={this.groupifyChat.bind(this)}
className={"dib f9 black gray4-d bg-gray0-d ba pa2 mt4 b--black b--gray1-d pointer"}>
className={"dib f9 black gray4-d bg-gray0-d ba pa2 b--black b--gray1-d pointer"}>
Convert to group
</a>
</div>