mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-05 09:21:30 +02:00
WIP: User Interrupt Queue
* All queueing of messages/etc. * Queueing across nodes * Start on interruption points for displaying queued items * Start on a multi-node messaging system using such a queue
This commit is contained in:
parent
14095d8f03
commit
2b36693240
7 changed files with 290 additions and 29 deletions
|
@ -353,6 +353,21 @@
|
|||
}
|
||||
}
|
||||
|
||||
nodeMessage: {
|
||||
0: {
|
||||
mci: {
|
||||
SM1: {
|
||||
width: 22
|
||||
itemFormat: "|00|07{text} |08(|07{userName}|08)"
|
||||
focusItemFormat: "|00|15{text} |07(|15{userName}|07)"
|
||||
}
|
||||
ET2: {
|
||||
width: 70
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
messageAreaViewPost: {
|
||||
0: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue