proiect finalizat
This commit is contained in:
@@ -7,6 +7,9 @@ import base64
|
||||
|
||||
|
||||
class MessageView(tk.Frame):
|
||||
"""
|
||||
This view is the message that appears in main windows of the chat. This is configured to hold text and images.
|
||||
"""
|
||||
def __init__(self, master, message, current_logged_user, user_data, *args, **kwargs):
|
||||
super().__init__(master, *args, **kwargs)
|
||||
self.current_logged_user = current_logged_user
|
||||
|
||||
Reference in New Issue
Block a user