enable third notification param on wiiu chat
This commit is contained in:
parent
678ec565a5
commit
65c3642439
5 changed files with 24 additions and 21 deletions
|
|
@ -44,8 +44,10 @@ guest_login = []
|
|||
friends = ["guest_login", "database-support"]
|
||||
big_pid = []
|
||||
v3-3-2 = []
|
||||
v3-5-0 = ["v3-3-2"]
|
||||
v3-8-15 = ["rmc_struct_header", "v3-5-0"]
|
||||
third-notif-param = []
|
||||
v3-4-0 = ["v3-3-2", "third-notif-param", "rmc_struct_header"]
|
||||
v3-5-0 = ["v3-4-0"]
|
||||
v3-8-15 = ["v3-5-0"]
|
||||
v4-3-11 = ["v3-8-15"]
|
||||
nx = ["big_pid"]
|
||||
datastore = ["database-support", "v3-8-15", "dep:aws-sdk-s3", "dep:aws-config"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue