Skip to content
Snippets Groups Projects
Commit 81486802 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Disable presence and status_msg menu

It currently causes severe performance issues in synapse as well as many
random resets, so this is disabled until those issues are resolved.
parent bf440f9a
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,11 @@ UserInfoWidget::UserInfoWidget(QWidget *parent)
void
UserInfoWidget::contextMenuEvent(QContextMenuEvent *event)
{
#if 0 // disable presence menu until issues in synapse are resolved
menu->popup(event->globalPos());
#else
Q_UNUSED(event);
#endif
}
void
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment