Room Settings - Permissions
Work to add the ability to set user power levels and modify the power levels required for certain actions. Updated 
This commit is contained in:
committed by
Tobias Fella
parent
7137a5808f
commit
29a2e4eb99
@@ -20,6 +20,7 @@ add_library(neochat STATIC
|
||||
neochatroom.cpp
|
||||
neochatuser.cpp
|
||||
userlistmodel.cpp
|
||||
userfiltermodel.cpp
|
||||
publicroomlistmodel.cpp
|
||||
userdirectorylistmodel.cpp
|
||||
keywordnotificationrulemodel.cpp
|
||||
@@ -169,6 +170,7 @@ if(ANDROID)
|
||||
"favorite"
|
||||
"window-new"
|
||||
"globe"
|
||||
"visibility"
|
||||
)
|
||||
else()
|
||||
target_link_libraries(neochat PUBLIC Qt::Widgets KF5::KIOWidgets)
|
||||
|
||||
Reference in New Issue
Block a user