mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-06 03:50:08 +02:00
comment
This commit is contained in:
parent
74a6bc9c08
commit
15e43c8df6
4 changed files with 55 additions and 34 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue