mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-01 11:33:41 +03:00
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:
parent
83fc700d41
commit
6182d61420
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user