Skip to content

Commit

Permalink
Fix messenger ack
Browse files Browse the repository at this point in the history
  • Loading branch information
LolloDev5123 committed Jan 12, 2024
1 parent b1b4910 commit 2cb61f0
Show file tree
Hide file tree
Showing 2 changed files with 105 additions and 201 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,8 @@ endif
ifeq ($(ENABLE_MESSENGER),1)
CFLAGS += -DENABLE_MESSENGER
endif
ifeq ($(ENABLE_MESSENGER_DELIVERY_ACK_NOTIFICATION),1)
CFLAGS += -DENABLE_MESSENGER_DELIVERY_ACK_NOTIFICATION
ifeq ($(ENABLE_MESSENGER_DELIVERY_NOTIFICATION),1)
CFLAGS += -DENABLE_MESSENGER_DELIVERY_NOTIFICATION
endif
ifeq ($(ENABLE_MESSENGER_DELIVERY_SOUND),1)
CFLAGS += -DENABLE_MESSENGER_DELIVERY_SOUND
Expand Down
Loading

0 comments on commit 2cb61f0

Please sign in to comment.