mentioned owncast support in the readme

This commit is contained in:
Luxferre
2024-09-14 23:57:52 +03:00
parent 8f61fff458
commit 6dcadfb031
2 changed files with 39 additions and 6 deletions
+1 -1
View File
@@ -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 */