mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-11-03 20:48:07 +00:00 
			
		
		
		
	Chore: Fix Deserialisation Error in Jobs (#1683)
- Ignore Jobs on de-serialization error - Show empty conversations in chat UI Fixes: #1480
This commit is contained in:
		@@ -35,6 +35,12 @@
 | 
			
		||||
          {{ this.$t(`${attachmentIconKey}.CONTENT`) }}
 | 
			
		||||
        </span>
 | 
			
		||||
      </p>
 | 
			
		||||
      <p v-else class="conversation--message">
 | 
			
		||||
        <i class="ion-android-alert"></i>
 | 
			
		||||
        <span>
 | 
			
		||||
          {{ this.$t(`CHAT_LIST.NO_MESSAGES`) }}
 | 
			
		||||
        </span>
 | 
			
		||||
      </p>
 | 
			
		||||
      <div class="conversation--meta">
 | 
			
		||||
        <span class="timestamp">
 | 
			
		||||
          {{ dynamicTime(chat.timestamp) }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user