Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Matrix Ruby SDK
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexander Olofsson
Matrix Ruby SDK
Commits
e3cc9645
Verified
Commit
e3cc9645
authored
2 years ago
by
Alexander Olofsson
Browse files
Options
Downloads
Patches
Plain Diff
bot: Add notice on non-final state of abstraction
parent
3aec499c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/matrix_sdk/bot/base.rb
+2
-0
2 additions, 0 deletions
lib/matrix_sdk/bot/base.rb
with
2 additions
and
0 deletions
lib/matrix_sdk/bot/base.rb
+
2
−
0
View file @
e3cc9645
...
...
@@ -46,6 +46,8 @@ module MatrixSdk::Bot
logger
.
info
"Received invite to
#{
ev
[
:room_id
]
}
, joining."
client
.
join_room
(
ev
[
:room_id
])
end
logger
.
warn
'The bot abstraction is not fully finalized and can be expected to change.'
end
def
logger
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment