Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit7975611

Browse files
committed
refactor(article-reaction): remove support_thread concept
1 parent1edd9d2 commit7975611

File tree

1 file changed

+1
-2
lines changed
  • lib/groupher_server_web/schema/Helper

1 file changed

+1
-2
lines changed

‎lib/groupher_server_web/schema/Helper/fields.ex‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ defmodule GroupherServerWeb.Schema.Helper.Fields do
99
@page_sizeget_config(:general,:page_size)
1010
@supported_emotionsget_config(:article,:supported_emotions)
1111
@supported_comment_emotionsget_config(:article,:comment_supported_emotions)
12-
@supported_collect_folder_threadsAccounts.CollectFolder.supported_threads()
1312

1413
@article_threadsget_config(:article,:article_threads)
1514

@@ -242,7 +241,7 @@ defmodule GroupherServerWeb.Schema.Helper.Fields do
242241
general collect folder meta info
243242
"""
244243
defmacrocollect_folder_meta_fields()do
245-
@supported_collect_folder_threads
244+
@article_threads
246245
|>Enum.map(fnthread->
247246
quotedo
248247
field(unquote(:"has_#{thread}"),:boolean)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp