mentioned owncast support in the readme
This commit is contained in:
+1
-1
@@ -81,7 +81,7 @@ func oc_process_message(rawmsg map[string]interface{}) {
|
||||
|
||||
/* check for authenticated role */
|
||||
if _, ok := author["authenticated"]; ok && author["authenticated"].(bool) == true {
|
||||
out_message.Type += "-verified"
|
||||
out_message.Type += "-authenticated"
|
||||
}
|
||||
|
||||
/* check for bot role */
|
||||
|
||||
Reference in New Issue
Block a user