Browse Source

Build

master
morethanwords 3 years ago
parent
commit
69d045a788
  1. 4
      .env
  2. 2
      src/components/chat/bubbles.ts

4
.env

@ -1,5 +1,5 @@ @@ -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

2
src/components/chat/bubbles.ts

@ -529,7 +529,7 @@ export default class ChatBubbles { @@ -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…
Cancel
Save