mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: move reaction type to setting
This commit is contained in:
@ -233,6 +233,7 @@ func convertWorkspaceMemoRelatedSettingFromStore(setting *storepb.WorkspaceMemoR
|
||||
EnableComment: setting.EnableComment,
|
||||
EnableLocation: setting.EnableLocation,
|
||||
DefaultVisibility: setting.DefaultVisibility,
|
||||
Reactions: setting.Reactions,
|
||||
}
|
||||
}
|
||||
|
||||
@ -250,5 +251,6 @@ func convertWorkspaceMemoRelatedSettingToStore(setting *v1pb.WorkspaceMemoRelate
|
||||
EnableComment: setting.EnableComment,
|
||||
EnableLocation: setting.EnableLocation,
|
||||
DefaultVisibility: setting.DefaultVisibility,
|
||||
Reactions: setting.Reactions,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user