Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Update deltachat-core-rust to 1.50.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jikstra committed Nov 22, 2020
1 parent 1dd4839 commit 46ada0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ module.exports = {
DC_STR_REPLY_NOUN: 90,
DC_STR_SAVED_MESSAGES: 69,
DC_STR_SELF: 2,
DC_STR_SELF_DELETED_MSG_BODY: 91,
DC_STR_SERVER_RESPONSE: 61,
DC_STR_STATUSLINE: 13,
DC_STR_STICKER: 67,
Expand Down
1 change: 1 addition & 0 deletions lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ export enum C {
DC_STR_REPLY_NOUN = 90,
DC_STR_SAVED_MESSAGES = 69,
DC_STR_SELF = 2,
DC_STR_SELF_DELETED_MSG_BODY = 91,
DC_STR_SERVER_RESPONSE = 61,
DC_STR_STATUSLINE = 13,
DC_STR_STICKER = 67,
Expand Down

0 comments on commit 46ada0b

Please sign in to comment.