0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-28 19:58:53 +02:00

modules: Rename s_state to m_room.

This commit is contained in:
Jason Volk 2018-05-18 00:02:04 -07:00
parent 31d0f9daed
commit 0839d929c8
3 changed files with 4 additions and 4 deletions

View file

@ -63,13 +63,11 @@ s_moduledir = @moduledir@
s_conf_la_SOURCES = s_conf.cc
s_control_la_SOURCES = s_control.cc
s_node_la_SOURCES = s_node.cc
s_state_la_SOURCES = s_state.cc
s_module_LTLIBRARIES = \
s_conf.la \
s_control.la \
s_node.la \
s_state.la \
###
###############################################################################
@ -83,6 +81,7 @@ m_noop_la_SOURCES = m_noop.cc
m_typing_la_SOURCES = m_typing.cc
m_receipt_la_SOURCES = m_receipt.cc
m_presence_la_SOURCES = m_presence.cc
m_room_la_SOURCES = m_room.cc
m_room_create_la_SOURCES = m_room_create.cc
m_room_member_la_SOURCES = m_room_member.cc
m_room_join_rules_la_SOURCES = m_room_join_rules.cc
@ -92,6 +91,7 @@ m_module_LTLIBRARIES = \
m_typing.la \
m_receipt.la \
m_presence.la \
m_room.la \
m_room_create.la \
m_room_member.la \
m_room_join_rules.la \

View file

@ -3183,7 +3183,7 @@ console_cmd__room__state__rebuild__present(opt &out, const string_view &line)
using prototype = size_t (const m::room &);
static m::import<prototype> state__rebuild_present
{
"s_state", "state__rebuild_present"
"m_room", "state__rebuild_present"
};
const size_t count
@ -3216,7 +3216,7 @@ console_cmd__room__state__rebuild__history(opt &out, const string_view &line)
using prototype = size_t (const m::room &);
static m::import<prototype> state__rebuild_history
{
"s_state", "state__rebuild_history"
"m_room", "state__rebuild_history"
};
const size_t count