Skip to content

Commit 9a0503a

Browse files
committed
hide tags
1 parent bb4cbe0 commit 9a0503a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/sdk/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## [1.7.1] - 2024-03-12
4+
5+
- feature: hide tags in notification model
6+
37
## [1.7.0] - 2024-03-08
48

59
- feature: add notification metadata

packages/sdk/src/dapp/dapp.interface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export interface SendDappMessageCommandBase {
8282
title?: string;
8383
notificationTypeId?: string;
8484
addressTypes?: AddressType[];
85-
tags?: string[];
85+
// tags?: string[];
8686
actions?: DappMessageAction[];
8787
}
8888

0 commit comments

Comments
 (0)