Skip to content

Commit

Permalink
run 'npm run build:core:constants'
Browse files Browse the repository at this point in the history
  • Loading branch information
r10s committed Jul 26, 2024
1 parent 52ebe02 commit 19f8a84
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion node/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ module.exports = {
DC_STR_REACTED_BY: 177,
DC_STR_READRCPT: 31,
DC_STR_READRCPT_MAILBODY: 32,
DC_STR_READRCPT_MAILBODY2: 192,
DC_STR_REMOVE_MEMBER_BY_OTHER: 131,
DC_STR_REMOVE_MEMBER_BY_YOU: 130,
DC_STR_REPLY_NOUN: 90,
Expand Down
1 change: 0 additions & 1 deletion node/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ export enum C {
DC_STR_REACTED_BY = 177,
DC_STR_READRCPT = 31,
DC_STR_READRCPT_MAILBODY = 32,
DC_STR_READRCPT_MAILBODY2 = 192,
DC_STR_REMOVE_MEMBER_BY_OTHER = 131,
DC_STR_REMOVE_MEMBER_BY_YOU = 130,
DC_STR_REPLY_NOUN = 90,
Expand Down

0 comments on commit 19f8a84

Please sign in to comment.