more mail stuff again

This commit is contained in:
zefie
2022-02-10 21:18:55 -05:00
parent 123c8f7823
commit 06ea64fb07
2 changed files with 32 additions and 18 deletions

View File

@@ -200,11 +200,6 @@ class WTVShared {
if (obj.post_data) {
obj.post_data = obj.post_data.toString();
}
if (obj.query) {
obj.query = Object.assign({}, obj.query);
if (obj.query.message_snapshot_data) obj.query.message_snapshot_data = '(binary POST filtered, see post_data hex dump)'
if (obj.query.message_voicemail_data) obj.query.message_snapshot_data = '(binary POST filtered, see post_data hex dump)'
}
return obj;
}