1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-06 03:50:08 +02:00
This commit is contained in:
B. Petersen 2017-12-06 23:28:31 +01:00
parent 74a6bc9c08
commit 15e43c8df6
4 changed files with 55 additions and 34 deletions

View file

@ -721,7 +721,7 @@ int mrmsg_is_setupmessage(mrmsg_t* msg)
*/
char* mrmsg_get_setupcodebegin(mrmsg_t* msg)
{
return safe_strdup(NULL);
return safe_strdup("12"); // TODO
}