Display OMEMO device ID

Display the OMEMO device ID which has been generated, when the user generated
OMEMO crytographic materials via /omemo gen.
This commit is contained in:
DebXWoody
2021-05-28 17:57:42 +02:00
parent efe4470372
commit 9974c68ee8
2 changed files with 6 additions and 1 deletions

View File

@@ -114,3 +114,8 @@ omemo_encrypt_file(FILE* in, FILE* out, off_t file_size, int* gcry_res)
return NULL;
};
void omemo_free(void* a){};
uint32_t
omemo_device_id() {
return 123;
}