Commit Graph

6 Commits (ab3137b963b3e2655df82162f17c0ce088e60767)
 

Author SHA1 Message Date
lub ab3137b963 auto join on invite
fixes 

this adds m.room.member to the StateFilter and introduces the function
Join-MatrixRoom
it also introduces an additional hook in Invoke-MatrixSync
lub 40932d41cb optimize startup and filter events
next_batch now is saved to account_data and retreived on the first start,
so we don't get already processed events during startup

additionally there now is a huge filter, which extracts only the
events+fields we really need. this prevents problems like e.g. account_data
feedback loops uneccessary syncs because ephemeral events
lub 88e06c726f add pong subkey to sent matrix events
lub 76c00b9c25 remove obsolete debug comment
--global 4fe1cdddcb add functionality to respond to pings
--global fe23666fc0 implement sending messages