mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-21 13:23:04 +00:00
Re-add dropped variable
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
// Some global vars to improve performances
|
// Some global vars to improve performances
|
||||||
var g_selectedConversation = null;
|
var g_selectedConversation = null;
|
||||||
var g_lastMsgDate = 0;
|
var g_lastMsgDate = 0;
|
||||||
|
var g_curPhoneNumber = null;
|
||||||
var g_unreadCountCurrentConv = 0;
|
var g_unreadCountCurrentConv = 0;
|
||||||
var g_unreadCountAllConv = 0;
|
var g_unreadCountAllConv = 0;
|
||||||
var g_unreadCountNotifStep = 12;
|
var g_unreadCountNotifStep = 12;
|
||||||
|
|||||||
Reference in New Issue
Block a user