Build
This commit is contained in:
parent
4412b40763
commit
69d045a788
4
.env
4
.env
@ -1,5 +1,5 @@
|
||||
API_ID=1025907
|
||||
API_HASH=452b0359b988148995f22ff0f4229750
|
||||
VERSION=0.9.2
|
||||
VERSION_FULL=0.9.2 (34)
|
||||
BUILD=34
|
||||
VERSION_FULL=0.9.2 (35)
|
||||
BUILD=35
|
||||
|
@ -529,7 +529,7 @@ export default class ChatBubbles {
|
||||
});
|
||||
}
|
||||
|
||||
if(!IS_MOBILE) {
|
||||
if(!IS_MOBILE && this.chat.type !== 'pinned') {
|
||||
this.listenerSetter.add(this.bubblesContainer)('dblclick', (e) => {
|
||||
if(this.chat.selection.isSelecting ||
|
||||
!this.appMessagesManager.canSendToPeer(this.peerId, this.chat.threadId)) {
|
||||
|
Loading…
Reference in New Issue
Block a user