merge-requests/21/head
Bob Mottram 2021-03-16 18:43:40 +00:00
parent 5fba3faabc
commit 4aaa6b894f
1 changed files with 1 additions and 0 deletions

View File

@ -521,6 +521,7 @@ def _showLocalBox(notifyJson: {}, boxName: str,
'\33[3mprev\33[0m commands to navigate.'
sayStr2 = sayStr.replace('\33[3m', '').replace('\33[0m', '')
sayStr2 = sayStr2.replace('show dm', 'show DM')
sayStr2 = sayStr2.replace('dm post', 'Direct message post')
_sayCommand(sayStr, sayStr2, screenreader, systemLanguage, espeak)
if notifyJson:
if notifyJson.get('followRequestsList'):