Improve styles for ConversationListItem

- Display last message
- Fix user talking to themself

Change-Id: Ia5bb3f9cd86a389f94bbfb3e279e7a82878f98ed
diff --git a/common/src/interfaces/conversation.ts b/common/src/interfaces/conversation.ts
index dab9dd0..f49f72e 100644
--- a/common/src/interfaces/conversation.ts
+++ b/common/src/interfaces/conversation.ts
@@ -39,10 +39,12 @@
     | 'vote';
   linearizedParent: string;
   parents: string;
+  action?: 'add' | 'join' | 'remove' | 'ban' | 'unban';
   body?: string;
   duration?: string;
   to?: string;
   invited?: string;
+  fileId?: string;
 }
 
 export interface ConversationInfos {