change colors to work in uint32 and Rgba type

This commit is contained in:
2026-04-12 20:44:38 +02:00
parent 376992d2e1
commit e7f408788c
6 changed files with 53 additions and 38 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
package main
const (
MaxDirectMsgCache uint32 = 12
MessagesPartitions uint8 = 2
MaxDirectMsgCache uint32 = 12
)