This repository was archived by the owner on Nov 8, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
lib/mastani_server/cms/delegates Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ defmodule MastaniServer.CMS.Delegate.Seeds do
6565 { :ok , communities } <- seed_for_communities ( bot , :framework_patch ) do
6666 threadify_communities ( communities , threads . entries )
6767 tagfy_threads ( communities , threads . entries , bot )
68- categorify_communities ( communities , categories , :other )
68+ categorify_communities ( communities , categories , :frontend )
6969 end
7070 end
7171
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ defmodule MastaniServer.CMS.Delegate.SeedsConfig do
1212 # "nim",
1313 # "fasm",
1414 # "zig"
15- "prolog"
15+ # "prolog"
1616 ]
1717 end
1818
@@ -59,8 +59,10 @@ defmodule MastaniServer.CMS.Delegate.SeedsConfig do
5959
6060 def communities ( :framework_patch ) do
6161 [
62- "cyclejs"
62+ # "cyclejs"
6363 # "graphql"
64+ # "dubbo",
65+ "mithril"
6466 ]
6567 end
6668
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ alias MastaniServer.CMS
33# 1. place add community to MastaniServer.CMS.Delegate.SeedsConfig first
44# 2. need manulay set cate in categorify_communities
55
6- CMS . seed_communities ( :pl_patch )
7- # CMS.seed_communities(:framework_patch)
6+ # CMS.seed_communities(:pl_patch)
7+ CMS . seed_communities ( :framework_patch )
You can’t perform that action at this time.
0 commit comments