mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-05 01:27:49 +08:00
auto add to created fav/follow
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -18,9 +18,11 @@ class MemberTagItemModel {
|
||||
tip = json['tip'];
|
||||
}
|
||||
|
||||
MemberTagItemModel.fromCreate(({int tagid, String tagName}) res) {
|
||||
MemberTagItemModel.fromCreate(
|
||||
({int tagid, String tagName}) res, {
|
||||
this.count = 0,
|
||||
}) {
|
||||
tagid = res.tagid;
|
||||
name = res.tagName;
|
||||
count = 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user