Enhanced Color Chats Splitting
When multiple team members manage chats for the same creator, distinguishing between different conversations can become difficult. The Enhanced Color Chats Splitting feature solves this by assigning distinct colors to conversations based on fan IDs, improving coordination and visual clarity across the team.
What's New
We've upgraded our color splitting system from a simple 2-color approach (odd/even) logic to a more advanced multiple-color system (up to 6) that provides enhanced visual clarity for larger teams.
Enhanced System Highlights
Supports up to 6 distinct colors
Uses a mathematical algorithm for even color distribution
Improves clarity and workflow efficiency for large teams
How It Works
The system calculates color assignment based on fan IDs using the following logic:
Take the fan ID and divide it by the total number of enabled colors (up to 6)
If the result is a whole number → assign the first color (index 0)
If the result has a decimal → calculate the remainder to determine the color index
Color Assignment Example
fan_id ÷ 6 = result
If the result is a whole number:
→ Color index = 0 (first color)
If the result has a decimal:
→ Find the integer part of the result
→ Multiply by 6
→ Subtract it from the original fan_id
→ This gives you the color index (1-5)
Example Calculation
Fan ID: 300926977
300926977 ÷ 6 = 50154496.1666...
Since this has a decimal, we calculate the remainder:
Integer part: 50154496
50154496 × 6 = 300926976
300926977 - 300926976 = 1
Color index 1 = the second color is used
Setting Up Enhanced Color Chats Splitting
Enabling the Feature
Navigate to Creator Tab → Creator Settings
Scroll to the Color Chats Splitting section
Select how many colors you would like to use (up to 6 colors available)
Switch the toggle to activate the feature
The system will automatically apply the color algorithm
Customizing Colors
Click on any color square to open the color palette
Select your preferred color from the available options
Click Update Colors to save changes
Colors will be immediately applied to existing and new conversations
Benefits for Team Coordination
Improved visibility: Six distinct colors provide better visual distinction than the previous 2-color system
Faster identification: Team members can instantly recognize which chats they’re responsible for
Supports large teams: Designed for high-volume creator workflows
Even distribution: The mathematical algorithm ensures relatively balanced color assignment
Integrated UI: Color indicators appear directly in the chat/message view
Last updated
Was this helpful?