mirror of
https://github.com/NekoX-Dev/NekoX.git
synced 2024-12-02 21:11:00 +01:00
Allow private group channel copy link
This commit is contained in:
parent
797e1ebde3
commit
1a79157784
@ -13977,7 +13977,7 @@ public class ChatActivity extends BaseFragment implements NotificationCenter.Not
|
||||
options.add(3);
|
||||
icons.add(R.drawable.msg_copy);
|
||||
}
|
||||
if (!inScheduleMode && ChatObject.isChannel(currentChat) && (currentChat.megagroup || !TextUtils.isEmpty(currentChat.username))) {
|
||||
if (!inScheduleMode && ChatObject.isChannel(currentChat)) {
|
||||
items.add(LocaleController.getString("CopyLink", R.string.CopyLink));
|
||||
options.add(22);
|
||||
icons.add(R.drawable.msg_link);
|
||||
|
Loading…
Reference in New Issue
Block a user