We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb4cbe0 commit 9a0503aCopy full SHA for 9a0503a
packages/sdk/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## [1.7.1] - 2024-03-12
4
+
5
+- feature: hide tags in notification model
6
7
## [1.7.0] - 2024-03-08
8
9
- feature: add notification metadata
packages/sdk/src/dapp/dapp.interface.ts
@@ -82,7 +82,7 @@ export interface SendDappMessageCommandBase {
82
title?: string;
83
notificationTypeId?: string;
84
addressTypes?: AddressType[];
85
- tags?: string[];
+ // tags?: string[];
86
actions?: DappMessageAction[];
87
}
88
0 commit comments