mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
Add thread option to an event if the labs setting enabled
This commit is contained in:
@@ -5931,7 +5931,7 @@ const NSTimeInterval kResizeComposerAnimationDuration = .05;
|
||||
|
||||
[items addObject:[self copyMenuItemWithEvent:event andCell:cell]];
|
||||
[items addObject:[self replyMenuItemWithEvent:event]];
|
||||
if (!event.threadIdentifier)
|
||||
if (RiotSettings.shared.enableThreads && !event.threadIdentifier)
|
||||
{
|
||||
// add "reply in thread" option only if not a thread already
|
||||
[items addObject:[self replyInThreadMenuItemWithEvent:event]];
|
||||
|
||||
Reference in New Issue
Block a user