Improve comment format
This commit is contained in:
parent
e3ac5ad8c1
commit
35a526a482
@ -450,7 +450,7 @@ class MessageActionsViewModel @AssistedInject constructor(
|
|||||||
private fun canReplyInThread(event: TimelineEvent,
|
private fun canReplyInThread(event: TimelineEvent,
|
||||||
messageContent: MessageContent?,
|
messageContent: MessageContent?,
|
||||||
actionPermissions: ActionPermissions): Boolean {
|
actionPermissions: ActionPermissions): Boolean {
|
||||||
/* We let reply in thread visible even if threads are not enabled, with an enhanced flow to attract users */
|
// We let reply in thread visible even if threads are not enabled, with an enhanced flow to attract users
|
||||||
// if (!vectorPreferences.areThreadMessagesEnabled()) return false
|
// if (!vectorPreferences.areThreadMessagesEnabled()) return false
|
||||||
if (initialState.isFromThreadTimeline) return false
|
if (initialState.isFromThreadTimeline) return false
|
||||||
if (event.root.isThread()) return false
|
if (event.root.isThread()) return false
|
||||||
|
Loading…
Reference in New Issue
Block a user