Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Evangelos Ribeiro Tzaras
chatty
Commits
de7861bc
Commit
de7861bc
authored
Jul 06, 2021
by
Mohammed Sadiq
Browse files
ma-chat: Save chat name to db once loaded
parent
94c2e7cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/matrix/chatty-ma-chat.c
View file @
de7861bc
...
...
@@ -1048,6 +1048,7 @@ get_room_name_cb (GObject *obj,
name
=
matrix_utils_json_object_get_string
(
object
,
"name"
);
g_free
(
self
->
room_name
);
self
->
room_name
=
g_strdup
(
name
);
chatty_history_update_chat
(
self
->
history_db
,
CHATTY_CHAT
(
self
));
CHATTY_TRACE_MSG
(
"Got room name, room: %s (%s)"
,
self
->
room_id
,
chatty_item_get_name
(
CHATTY_ITEM
(
self
)));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment