Rename Attribute opts field from IDs to profileIDs

This commit is contained in:
ionutboangiu
2021-10-18 16:40:21 +03:00
committed by Dan Christian Bogos
parent 1670b1b0c9
commit 0c367f1ac7
11 changed files with 41 additions and 40 deletions

View File

@@ -2319,7 +2319,8 @@ const (
const (
MetaDerivedReply = "*derived_reply"
MetaIDs = "*IDs"
MetaIDs = "*IDs"
MetaProfileIDs = "*profileIDs"
TrueStr = "true"
FalseStr = "false"