Add command to disable bridging presence and read receipts

This commit is contained in:
Tulir Asokan
2020-07-10 14:53:18 +03:00
parent 4a673b92fa
commit 7eb4cfb946
5 changed files with 86 additions and 31 deletions

View File

@ -28,7 +28,7 @@ type upgrade struct {
fn upgradeFunc
}
const NumberOfUpgrades = 15
const NumberOfUpgrades = 16
var upgrades [NumberOfUpgrades]upgrade